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

Leave URL parameters unmodified when lowercasing URLs #130

Closed
jimlambie opened this issue Mar 10, 2017 · 0 comments
Closed

Leave URL parameters unmodified when lowercasing URLs #130

jimlambie opened this issue Mar 10, 2017 · 0 comments
Assignees

Comments

@jimlambie
Copy link
Contributor

The configuration property rewrites.forceLowerCase, when true, is modifying URL parameters rather than the path of the URL.

e.g.

http://www.somedomain.tech/a-url-with-CAPITALS?ga=WEdfjjjjERTHHH should be rewritten as http://www.somedomain.tech/a-url-with-capitals?ga=WEdfjjjjERTHHH... not http://www.somedomain.tech/a-url-with-capitals?ga=wedfjjjjerthhh

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

No branches or pull requests

1 participant