-
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
Introduce UriCompliance.JETTY_11
which is different than UriCompliance.LEGACY
#12827
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some needed updates on UriCompliance, and a question.
jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-server/src/test/java/org/eclipse/jetty/server/RequestTest.java
Show resolved
Hide resolved
@joakime @lachlan-roberts nudge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple of comments only.
jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/UrlEncoded.java
Show resolved
Hide resolved
jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/UriCompliance.java
Outdated
Show resolved
Hide resolved
The last javadoc fix is building, but the previous build was green. |
UriCompliance.JETTY_11
which is different than UriCompliance.LEGACY
UriCompliance.LEGACY (#12827) * Added new UriCompliance.JETTY_11 * Updating tests for UriCompliance.LEGACY * Updating tests for UriCompliance.JETTY_11
- Add JETTY_11 to list of possible enums that require setting `setDecodeAmbiguousURIs`, see jetty/jetty.project#12827
Tests for #12809