-
Notifications
You must be signed in to change notification settings - Fork 99
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(rest): url decoding. #2385
fix(rest): url decoding. #2385
Conversation
f1d57a6
to
e53c40b
Compare
@akshitjoshii please perform the test. |
e53c40b
to
367ed33
Compare
367ed33
to
ae73c74
Compare
Note from a SW360 API user: |
Signed-off-by: Rudra Chopra <prabhuchopra@gmail.com>
ae73c74
to
5112980
Compare
Thanks for the suggestion. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please accept the suggestion on the thread and use a well formed Url parsing library instead of own solutions
Hi @heliocastro , already implemented the suggestion in the code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, Good to Go
Maybe we should have this as a suggestion in the developer documentations, like a FAQ on what to use in such cases. |
Issue: closes #2330
Description: decoding the query parameters for rest endpoints.
How to test:
Test endpoints like:
Screenshots: