-
Notifications
You must be signed in to change notification settings - Fork 851
Default proxy.config.http.strict_uri_parsing to "2" #8632
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Following up on Susan's apache#8012, this patch makes the default parsing option "2", which enforces no white spaces in URL components.
bryancall
approved these changes
Jan 31, 2022
ywkaras
approved these changes
Feb 1, 2022
maskit
approved these changes
Feb 1, 2022
Member
maskit
left a comment
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.
I think release note should mention this change since it changes the default behavior.
Contributor
Author
|
Cherry-picked to v9.2.x |
zwoop
added a commit
that referenced
this pull request
Feb 4, 2022
zwoop
added a commit
that referenced
this pull request
Feb 11, 2022
Contributor
Author
|
Cherry-picked to v9.1.x branch. |
ezelkow1
pushed a commit
to ezelkow1/trafficserver
that referenced
this pull request
Feb 24, 2022
Following up on Susan's apache#8012, this patch makes the default parsing option "2", which enforces no white spaces in URL components. (cherry picked from commit 03b063a)
bryancall
pushed a commit
to bryancall/trafficserver
that referenced
this pull request
Mar 16, 2022
Following up on Susan's apache#8012, this patch makes the default parsing option "2", which enforces no white spaces in URL components. (cherry picked from commit 03b063a)
ezelkow1
pushed a commit
that referenced
this pull request
Mar 16, 2022
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Mar 17, 2022
* asf/9.2.x: Revert "DNS: Fix lack of nameserver failover in low use circumstances. (apache#7843)" (apache#8663) Fix strategies to initialize scheme (apache#8650) DNS: Fix lack of nameserver failover in low use circumstances. (apache#7843) Cleanup strategy debug logs (apache#8656) Making 9.2.x backwards compatible with 9.1.x (apache#8661) Adds two overridable config variables to control parent mark downs. (apache#8595) Fix plugin parent_select missing hostname len (apache#8649) Ports apache#7925 apache#8365 core to parent_select plugin (apache#8590) Ports apache#7897 from core strategies to parent_select plugin. (apache#8580) Adding clangd language server files to .gitignore (apache#8640) Make TsSharedMutex.h compile on MacOS. (apache#8645) In TsSharedMutex.h, make error reporting thread-safe. (apache#8636) Revert "body factory does not respect runroot (apache#8388)" (apache#8654) doc: Convert miscased Traffic Server references to |TS| macro (apache#8543) Add a new --enable-event-tracker configure option (apache#8179) Add parent_select plugin strategy caching (apache#8651) TLS Session Resumption: fix timed out session (apache#8667) Fix to allow running from outside top_srcdir (apache#8673) Send diags output to stderr when running regression tests. (apache#8662) Default proxy.config.http.strict_uri_parsing to "2" (apache#8632)
moonchen
pushed a commit
to moonchen/trafficserver
that referenced
this pull request
Jul 26, 2022
Following up on Susan's apache#8012, this patch makes the default parsing option "2", which enforces no white spaces in URL components. (cherry picked from commit 03b063a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Following up on Susan's #8012, this patch makes the default parsing
option "2", which enforces no white spaces in URL components.