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

[4.x Backport] Add option for whether semicolon is treated as normal character or not #5182

Conversation

PragmaTwice
Copy link
Contributor

This PR backports #5150 to 4.x.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Close eclipse-vertx#4588.

This PR adds an option uriQuerySemicolonIsNormalChar to HttpServerOptions to support treating ; a normal character instead of query parameter seperator, since it has already been supported in netty QueryStringDecoder.

And the default behavior is still to treat ; as a seperator to ensure compatibility.
@vietj vietj added this to the 4.5.8 milestone Apr 9, 2024
@vietj vietj merged commit 183336a into eclipse-vertx:4.x Apr 9, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants