-
Notifications
You must be signed in to change notification settings - Fork 103
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
should trurl normalize the path? #329
Comments
bagder
added a commit
that referenced
this issue
Aug 27, 2024
trurl now URL-decodes + URL-encodes the path so that %-sequences that can be expressed as ASCII are shown as ASCII and %-sequences are unified to lowercase hex etc. Added test case to verify Fixes #329
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With #328 merged, trurl does this:
Ie, both the hostname and the query part are "normalized". The path is not. Should it be normalized as well?
The text was updated successfully, but these errors were encountered: