Skip to content

fixed pathencode to support '(' ')' characters #551

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

Merged
merged 2 commits into from
Jan 15, 2019
Merged

Conversation

idod
Copy link
Contributor

@idod idod commented Jan 9, 2019

Related to #550

After checking the RFC section 2.2, Reserved Characters, sub-delims, it seems that url path with '(' ')' characters is valid and should not be encoded.
I would like to do the same for the other characters as well, and do a small refactor that will reflect the RFC.
What do you think?

Cheers

@benoitc
Copy link
Owner

benoitc commented Jan 10, 2019

isn't your PR handling the missing reserved characters already? What other changes are you thinking? Otherwise I think that PR is OK for me.

@benoitc benoitc self-requested a review January 10, 2019 08:50
@benoitc benoitc self-assigned this Jan 10, 2019
@benoitc
Copy link
Owner

benoitc commented Jan 10, 2019

similar to #251

@benoitc benoitc merged commit 4a501a0 into benoitc:master Jan 15, 2019
@benoitc
Copy link
Owner

benoitc commented Jan 15, 2019

@idod thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants