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

Add star to the set of safe characters in urls #198

Merged
merged 1 commit into from
Jul 24, 2013

Conversation

kumy
Copy link
Contributor

@kumy kumy commented Jul 24, 2013

Avoid raising ValueError exception in urldecode method in common module fors query strings like foo=bar.*

IMHO, as pointed by masci, rfc3986 (2.2. Reserved Characters), the list should be extended up to:
=&;%+~,!$'()*

@ib-lundgren
Copy link
Collaborator

Don't see much harm in this. Will let you know if it suddenly causes issues.

ib-lundgren added a commit that referenced this pull request Jul 24, 2013
Add star to the set of safe characters in urls
@ib-lundgren ib-lundgren merged commit 742da83 into oauthlib:master Jul 24, 2013
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.

2 participants