Skip to content

Fix url encoding query and implement FromQueryArgument for Option<T> #4213

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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ealmloff
Copy link
Member

@ealmloff ealmloff commented May 27, 2025

Different parts of the URL have different characters that need to be escaped. This PR switches to percent-encoding across the workspace and creates percent encoding sets for each part of the url

Fixes #2984
Fixes #2781

@ealmloff ealmloff requested a review from a team as a code owner May 27, 2025 19:53
@ealmloff ealmloff added bug Something isn't working router Related to the router implementation labels May 27, 2025
@ealmloff ealmloff changed the title Fix url encoding query Fix url encoding query and implement FromQueryArgument for Option<T> May 27, 2025
@ealmloff ealmloff added enhancement New feature or request breaking This is a breaking change labels May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This is a breaking change bug Something isn't working enhancement New feature or request router Related to the router implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FromQuery applies url encoding after display impl Default values for route segments
1 participant