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

Escape asterisks and parantheses in routes #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Escape asterisks and parantheses in routes #33

wants to merge 2 commits into from

Conversation

iglrob
Copy link

@iglrob iglrob commented Apr 9, 2018

This lib is truly awesome!
After using it for a while I came across a certain problem:
Asterisks and parentheses are valid components of an URL but reserved in this lib.
(Refer to this IETF-spec)

If it was for illegal characters in the URL I would expect the user of the lib to escape them. But since those are valid characters I think the lib should take care of escaping them.

@iglrob
Copy link
Author

iglrob commented Apr 9, 2018

I checked the errors in Travis.They are not due to changes made in the pullrequest but in some sub-dependency of prebuilt PhantomJS.

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.

1 participant