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

Fix URI parameters decoding #18

Merged
merged 1 commit into from
Sep 23, 2015
Merged

Fix URI parameters decoding #18

merged 1 commit into from
Sep 23, 2015

Conversation

MartinMoizard
Copy link

I slightly changed the deParam function to allow having encoded & characters in the URI params value.

Before this fix, with foo=bar%26bar the deParam method returned {foo: "bar", bar: undefined} but now it returns {foo: "bar&bar"}.

@hypnoce
Copy link

hypnoce commented Aug 18, 2015

Seems like I am facing the same issue. Thanks.

@ddo
Copy link
Owner

ddo commented Aug 22, 2015

i will re test this case and merge in next week

@MartinMoizard
Copy link
Author

ok thank you

@MartinMoizard
Copy link
Author

@ddo Did you have a look on my pull request? Thanks

ddo added a commit that referenced this pull request Sep 23, 2015
Fix URI parameters decoding
@ddo ddo merged commit ebaa4ba into ddo:master Sep 23, 2015
@ddo
Copy link
Owner

ddo commented Sep 23, 2015

thank you! and i will bump the version to 1.0.0 soon(follow the semver) after recheck the whole lib

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