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

#585 Prevent decoding of parameter values in the ParametersNameDecodingHandler Interceptor & write corresponding test case #602

Merged
merged 2 commits into from
Sep 5, 2023

Conversation

Avzel
Copy link
Contributor

@Avzel Avzel commented Sep 2, 2023

This pull request fixes #585, ensuring that the ParametersNameDecodingHandler only decodes query parameter names (and not values). I wrote a test case using the problem URLs that were linked in the issue.

in the ParametersNameDecodingHandler Interceptor
& write corresponding test case
@Avzel
Copy link
Contributor Author

Avzel commented Sep 2, 2023

@microsoft-github-policy-service agree

Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution here @Avzel

Any chance change you can bump up the version number in the gradle.properties file and add a changelog entry in changelog.md before we merge?

@Avzel
Copy link
Contributor Author

Avzel commented Sep 4, 2023

Any chance change you can bump up the version number in the gradle.properties file and add a changelog entry in changelog.md before we merge?

@andrueastman Sure not a problem, I just committed those updates

Copy link
Member

@andrueastman andrueastman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for the contribution @Avzel

@andrueastman andrueastman merged commit 357171d into microsoft:main Sep 5, 2023
8 checks passed
@baywet
Copy link
Member

baywet commented Sep 5, 2023

Thanks for the contribution @Avzel ! publishing now

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.

parameters names decoding handler also decodes values
3 participants