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

URL decode usernames and passwords in urls #48

Merged
merged 1 commit into from
Nov 13, 2016

Conversation

j00bar
Copy link
Contributor

@j00bar j00bar commented Oct 15, 2015

Amazon SES credentials have slashes in them sometimes. The urlparse function doesn't see the username and password if it does, and the password isn't decoded if encoded. This ensures it is.

@c17r
Copy link

c17r commented Oct 18, 2015

+1 on this. Running into similar issues with some overly complex password generators.

@joke2k
Copy link
Owner

joke2k commented Dec 25, 2015

Hi,
maybe we have to decode the path too, don't you think?

@joke2k joke2k merged commit 4fe4e35 into joke2k:develop Nov 13, 2016
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.

3 participants