-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
servlet context root mapping incorrect #4542
Comments
@olamy can you look to see if there is a TCK test for this and are we passing or not? Please comment on the servlet-api thread with any relevant findings. |
@gregw I cannot find anything for this in the TCK tests |
OK, so we need to write our own test for this and then fix the behaviour. @joakime do you want to have a go at this as I think the PathMapping stuff was last touched by you? |
I'll give it a shot. :-) |
I want to work on something fixable for a bit.... so I'll take this one back. |
For the "" root pathspec, the pathinfo should always be the full path and the matched path is "" Signed-off-by: Greg Wilkins <[email protected]>
* Fixes #4542 Root pathspec mapping pathInfo For the "" root pathspec, the pathinfo should always be the full path and the matched path is "" Signed-off-by: Greg Wilkins <[email protected]> * updates from review Signed-off-by: Greg Wilkins <[email protected]>
As per the testing in jakartaee/servlet#300 we are incorrectly setting the pathInfo for context root matched requests
The text was updated successfully, but these errors were encountered: