-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Issue #12806 - UriCompliance listener reporting updates #12807
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
base: jetty-12.0.x
Are you sure you want to change the base?
Issue #12806 - UriCompliance listener reporting updates #12807
Conversation
The same issue is in HttpCompliance, RFC6265CookieParser, CookieCutter, HttpParser and maybe on other places. |
Postponing to 12.0.18 |
@joakime Should this be draft until all the implementations are updated? Do you need any help on this? |
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.
This currently has conflicts. request my review again when they are resolved
@joakime shall we wake this one up again? Can you resolve conflicts and then list implementations that need to be updated? |
…port-all-uri-violations-to-listener
UriCompliance
violations inHttpURI
always occur.BadMessageException
if theUriCompliance
doesn't allow for that violation.TRUNCATED_UTF8_ENCODING
to indicate that it will never be reported as itself.Fixes #12806