-
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
javax.servlet.include.context_path
attribute on root context. should be empty string, but is "/"
#5057
Comments
Thanks! |
javax.servlet.include.context_path
attribute when using root context. should be empty string, but is "/"
(Undertow and Tomcat set it to ""
).javax.servlet.include.context_path
attribute on root context. should be empty string, but is "/"
Root context path in include should be empty string.
I'm frankly a bit surprised that the servlet tck doesn't have a testcase for this. |
The tck seems to use the context root |
Ah - so the TCK test for root context is missing. |
PR #5057 is merged |
Should this already be fixrd in Jetty 10.0.0? I'm using the Jetty 10 Java package together with Spring. Calling |
By the way - I don't have test yet, but when checking Jetty / Tomcat / Undertow, I saw that Jetty sets wrong value to
javax.servlet.include.context_path
attribute when using root context. should be empty string, but is"/"
. I can think about PR later, but maybe already you have idea if it's wrong? (Undertow and Tomcat set it to""
).Originally posted by @grgrzybek in #5026 (comment)
The text was updated successfully, but these errors were encountered: