-
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
Request.getContext().getContextPath() #10294
Comments
A return of The default value returned by |
Got it. Mentioning this behavior in the method(s)` Javadoc would resolve it for me. |
|
Fix #10294 Improve getContextPath javadoc
Fix #10294 Improve getContextPath javadoc
Fix #10294 Improve getContextPath javadoc
Fix #10294 Improve getContextPath javadoc
fixed with #10297 |
Jetty version(s)
12.0.0
Java version/vendor
(use: java -version)
20
OS type/version
Microsoft Windows [Version 10.0.19045.3324]
Description
When I invoke
Request.getContextPath(Request)
I get backnull
. The Javadoc does not indicate that the return value may benull
and it's not clear what this indicates. Does this imply a context path of"/"
? If so, why not return"/"
?The text was updated successfully, but these errors were encountered: