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

URI decode the request path. #719

Merged
merged 1 commit into from
Nov 28, 2024
Merged

URI decode the request path. #719

merged 1 commit into from
Nov 28, 2024

Conversation

gdotdesign
Copy link
Member

The path of files which are served are not URI encoded, but the request path is, so we need to decode the request path so it can match the proper file.

@gdotdesign gdotdesign added the bug Something isn't working label Nov 27, 2024
@gdotdesign gdotdesign added this to the 0.21.0 milestone Nov 27, 2024
@gdotdesign gdotdesign requested a review from Sija November 27, 2024 13:05
@gdotdesign gdotdesign self-assigned this Nov 27, 2024
@gdotdesign gdotdesign merged commit e15145d into master Nov 28, 2024
3 checks passed
@gdotdesign gdotdesign deleted the uri-decode-path branch November 28, 2024 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants