Skip to content

Handle URL Encoding of URL Parameters #19

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

Closed
fhessel opened this issue Sep 4, 2018 · 0 comments
Closed

Handle URL Encoding of URL Parameters #19

fhessel opened this issue Sep 4, 2018 · 0 comments
Assignees
Labels

Comments

@fhessel
Copy link
Owner

fhessel commented Sep 4, 2018

If URL parameters contain special characters, the client will URL-encode them. ResourceParameters::getUrlParameter(int) does not decode that. This should be handled by the library.

How to reproduce: Run the "Parameters" example and call https://10.0.x.x/urlparam/foo/test"

@fhessel fhessel added the bug label Sep 4, 2018
@fhessel fhessel self-assigned this Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant