Skip to content
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

Issue #7160 - Add AMBIGUOUS_PATH_ENCODING to default UriCompliance mode. #7180

Merged
merged 1 commit into from
Nov 30, 2021

Conversation

lachlan-roberts
Copy link
Contributor

Closes #7160

Remove AMBIGUOUS_PATH_ENCODING from the default UriCompliance mode.

This means that URIs containing the encoded percent character (%25) will be allowed in the default mode.

@lachlan-roberts lachlan-roberts merged commit e409f35 into jetty-10.0.x Nov 30, 2021
@lachlan-roberts lachlan-roberts deleted the jetty-10.0.x-7160-EncodedPercentUri branch November 30, 2021 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HttpURI considers %25 to be ambiguous, preventing access to static resources with % in their name
4 participants