-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Unescape query parameter name #33401
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
Conversation
A little more test coverage would be appreciated. |
Sorry, I just realized this conflicts with #32829 that re-wrote a lot of this code to be more efficient. This bug still exists in that new code, so we'll prioritize getting that PR merged and then rebase this on top. Hold tight. |
d6b0527
to
2301882
Compare
2301882
to
b7acb25
Compare
@Tratcher updated the new code path and added tests for it. |
Thanks for getting back to this. |
PR Title
Unescape query parameter name in QueryHelpers
PR Description
Unescapes the query parameter name when there is no value. This is already done when there was a value.
There are currently no test in QueryHelpersTests for testing encoded keys / values, should I add some more?
Fixes #33394