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

fix: use correct logic for URI check #8

Merged
merged 2 commits into from
Apr 27, 2024
Merged

Conversation

mikedamm
Copy link
Contributor

@mikedamm mikedamm commented Apr 6, 2024

PATH_INFO is specific to Apache, so this code fails if you use any other webserver https://httpd.apache.org/docs/2.4/mod/core.html#acceptpathinfo

Copy link
Member

@gao-sun gao-sun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty!

@gao-sun gao-sun changed the title Fix logic for URI check fix: use correct logic for URI check Apr 23, 2024
@gao-sun
Copy link
Member

gao-sun commented Apr 23, 2024

i can take care of the tests

mikedamm and others added 2 commits April 27, 2024 18:54
PATH_INFO is specific to Apache, so this code fails if you use any other webserver
https://httpd.apache.org/docs/2.4/mod/core.html#acceptpathinfo
@gao-sun gao-sun enabled auto-merge (squash) April 27, 2024 10:55
@gao-sun gao-sun merged commit bfbfe74 into logto-io:master Apr 27, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants