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

Fixed compatibility with NGINX v1.21.1+ #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tao12345666333
Copy link

@tao12345666333 tao12345666333 commented Dec 4, 2022

closes: #51

Since NGINX removed support for spaces in URIs, we need to remove space_in_uri too.

From now on, requests with spaces in URIs are immediately rejected rather
than allowed. Spaces were allowed in 31e9677b15a1 (0.8.41) to handle bad
clients. It is believed that now this behaviour causes more harm than
good.

nginx/nginx@05395f4

Signed-off-by: Jintao Zhang zhangjintao9020@gmail.com

cc @yaoweibin

Since NGINX removed support for spaces in URIs, we need to remove
space_in_uri too.

nginx/nginx@05395f4

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
@tao12345666333
Copy link
Author

@yaoweibin PTAL, thanks!

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.

Does not compile with Nginx 1.21.1
1 participant