-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HttpServletMapping returned after AsyncContext.dispatch() has incorrect values #22079
Comments
|
Turns out the initial values and behaviour were right after all, but the javadoc and therefor the TCK assertion was wrong. This was rectified in jakartaee/servlet#377 and therefor this issue needs to be reverted for GF 7. |
Signed-off-by: Arjan Tijms <[email protected]>
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment |
This issue has been marked as inactive and old and will be closed in 7 days if there is no further activity. If you want the issue to remain open please add a comment |
HttpServletRequest.getHttpServletMapping() states:
The current implementation violates this proviso. It currently returns the mapping corresponding to the last Servlet in the invocation sequence.
The text was updated successfully, but these errors were encountered: