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

Percent-decode url parts #69

Merged
merged 2 commits into from
Nov 13, 2016
Merged

Conversation

joke2k
Copy link
Owner

@joke2k joke2k commented Dec 31, 2015

Code to handle percent-encoded urls.
Includes #48 (username and password decoding) and decodes path and query too.

@anthonysutardja
Copy link

Bump -- would love to see this in the next release

@gipi
Copy link

gipi commented Feb 5, 2016

+1

@ntravis
Copy link
Contributor

ntravis commented Oct 20, 2016

@joke2k Any reason this hasn't been merged in? It would resolve our divergent fork due to handling special characters in passwords.

@joke2k joke2k merged commit a583d4c into develop Nov 13, 2016
@urkh
Copy link

urkh commented Sep 4, 2018

this issue still continue

edit:

File "/usr/local/lib/python3.6/urllib/parse.py", line 169, in port
    port = int(port, 10)
ValueError: invalid literal for int() with base 10: 'chunk'

@gipi
Copy link

gipi commented Dec 22, 2019

@mrinalsinha this is not stackoverflow

@sergeyklay sergeyklay deleted the j00bar-jag/urldecode-usernames-passwords branch August 30, 2021 16:10
@sergeyklay sergeyklay self-assigned this Jan 2, 2022
@sergeyklay sergeyklay added the bug Something isn't working label Jan 2, 2022
@sergeyklay sergeyklay removed their assignment Jan 2, 2022
@sergeyklay sergeyklay removed the bug Something isn't working label Jan 2, 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.

7 participants