Skip to content

Fix normalization regarding percent-encoded chars #71

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
Oct 20, 2015
Merged

Fix normalization regarding percent-encoded chars #71

merged 2 commits into from
Oct 20, 2015

Conversation

cmbrandenburg
Copy link
Contributor

Fix syntax-based normalization to percent-decode unreserved characters only, leaving all other percent-encoded characters unchanged.

This commit resolves issue #70.

Fix syntax-based normalization to percent-decode unreserved characters only,
leaving all other percent-encoded characters unchanged.

This commit resolves issue #70.
@deanberris
Copy link
Member

LGTM -- I'll let @glynos have a look and merge when he's ready.

Fix syntax-based _path_ normalization to percent-decode unreserved characters
only, leaving all other percent-encoded characters unchanged.

This removes the `decode_encoded_chars` function and now uses the
`decode_encoded_unreserved_chars` function exclusively.
@cmbrandenburg
Copy link
Contributor Author

Done. In order to remove the decode_encoded_chars function, I had to make the same fix for path normalization.

@glynos
Copy link
Member

glynos commented Oct 20, 2015

LGTM. Thanks for your contribution.

glynos added a commit that referenced this pull request Oct 20, 2015
…on_fix

Fix normalization regarding percent-encoded chars
@glynos glynos merged commit 094e114 into cpp-netlib:master Oct 20, 2015
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