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

improve query string handling in LowerCaseQueryStringMiddleware using urlencode #1050

Merged
merged 4 commits into from
Dec 19, 2024

Conversation

pratapvardhan
Copy link
Contributor

Earlier code manually built the query string by concatenating strings and handling URL encoding one parameter at a time. New code uses list comprehension and built-in urlencode. cc @vincentsarago

@pratapvardhan
Copy link
Contributor Author

cc @vincentsarago would need your approval to run the workflow.

@vincentsarago vincentsarago merged commit 9063d4c into developmentseed:main Dec 19, 2024
10 checks passed
@pratapvardhan pratapvardhan deleted the middleware-cache branch December 19, 2024 18:29
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.

2 participants