Skip to content

Fix query params decoding for get_dict#1120

Open
vivek-yamsani wants to merge 3 commits intoCrowCpp:masterfrom
vivek-yamsani:query_string_key_decoding
Open

Fix query params decoding for get_dict#1120
vivek-yamsani wants to merge 3 commits intoCrowCpp:masterfrom
vivek-yamsani:query_string_key_decoding

Conversation

@vivek-yamsani
Copy link
Copy Markdown

@vivek-yamsani vivek-yamsani commented Nov 23, 2025

Closes #1109

@vivek-yamsani vivek-yamsani force-pushed the query_string_key_decoding branch from 0b89439 to 7098fca Compare November 23, 2025 11:59
@gittiver
Copy link
Copy Markdown
Member

the new sanitizer checks are worth their money. :)

unluckily they complain.

@MarcSchaetz
Copy link
Copy Markdown

@gittiver Would you or anyone with write access be so kind to review this? Thanks a lot!

@gittiver
Copy link
Copy Markdown
Member

To be honest I am not happy with the solution as it allocates multiple times memory, that's why I didn't approve it yet.
Could you take it from the PR/ branch for now?

@MarcSchaetz
Copy link
Copy Markdown

Sure, no problem. I'm happy to look into a more optimized solution without the allocations if @vivek-yamsani is currently not working on it simultaneously. If this helps.

@vivek-yamsani
Copy link
Copy Markdown
Author

@MarcSchaetz I'm not working on this now, you can take up this issue.

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 Keys Are Not Decoded in Query Strings

3 participants