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

Support RegExp for hasQuery parameter name #276

Closed
wants to merge 9 commits into from

Conversation

mbrodala
Copy link
Contributor

@mbrodala mbrodala commented Jan 8, 2016

Fixes #274

rodneyrehm and others added 9 commits July 2, 2015 09:16
There are a few normalization steps that URI parsers may perform,
one is dot segment normalization and another is percent encoding
normalization.

The spec isn't clear on what order you should apply them, but in
practice browsers seem to normalize percent encoding, then remove
dot segments.

That means that `/foo/%2E%2E/bar` == `/bar`

Also, `/foo/..bar` should not have the dot segment removed.
…ent_normalization

fix(normalizePath): handle dot segment normalization edge cases - closes medialize#264
@mbrodala
Copy link
Contributor Author

mbrodala commented Jan 8, 2016

Gotta re-do this based on master branch.

@mbrodala mbrodala closed this Jan 8, 2016
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.

3 participants