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 SURT edge case encoded query arg #73

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

ikreymer
Copy link
Member

ensure getSurt() preserves trailing '=' presence / absence if no value:

'&x^' kept as '&x%5E' while '&x^=' kept as '&x%5E='
fixes #70
@ikreymer ikreymer force-pushed the fix-surt-edge-case-encoded-query-arg branch from 0a34bcd to 683e613 Compare August 21, 2024 00:58
@ikreymer ikreymer merged commit 53997e6 into main Aug 21, 2024
6 checks passed
@ikreymer ikreymer deleted the fix-surt-edge-case-encoded-query-arg branch August 24, 2024 04:07
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.

URL Parameter Key with Empty Value Not Escaped Due to Bug in getSurt
1 participant