Skip to content

Don't percent encode tilde characters in URL#1692

Merged
sethmlarson merged 1 commit intourllib3:masterfrom
sethmlarson:tilde-encoding
Sep 24, 2019
Merged

Don't percent encode tilde characters in URL#1692
sethmlarson merged 1 commit intourllib3:masterfrom
sethmlarson:tilde-encoding

Conversation

@sethmlarson
Copy link
Copy Markdown
Member

Erroneously left the tilde ~ character out of the UNRESERVED_CHARS section causing them to be percent-encoded. This caused issues with users that had tildes in paths.

Closes #1683.
Closes #1684.

Copy link
Copy Markdown
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

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

Looks good to me! Thanks for cleaning up this file.

@sethmlarson
Copy link
Copy Markdown
Member Author

Thanks for the review @pquentin! :)

@sethmlarson sethmlarson merged commit 9167b58 into urllib3:master Sep 24, 2019
@sethmlarson sethmlarson deleted the tilde-encoding branch September 24, 2019 16:04
Dobatymo pushed a commit to Dobatymo/urllib3 that referenced this pull request Mar 16, 2022
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.

Tilde characters encoded in URLs starting in 1.25.4

2 participants