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

search params preference for "+" over "%20" #198

Closed
stevenvachon opened this issue Jan 11, 2017 · 1 comment
Closed

search params preference for "+" over "%20" #198

stevenvachon opened this issue Jan 11, 2017 · 1 comment

Comments

@stevenvachon
Copy link

... since they're easier to read.

http://domain/dir name/?va r=va lue

should parse as:

http://domain/dir%20name/?va+r=va+lue

instead of:

http://domain/dir%20name/?va%20r=va%20lue

by default

@annevk
Copy link
Member

annevk commented Jan 12, 2017

This is a duplicate of #18. I don't disagree that it would be nice if they worked the same way, but I doubt we're going to get convergence there.

@annevk annevk closed this as completed Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants