Skip to content

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
@ealmloff ealmloff merged commit 9b16cbf into DioxusLabs:main Jun 2, 2025
18 of 19 checks passed
AnteDeliria pushed a commit to AnteDeliria/dioxus that referenced this pull request Jun 2, 2025
…ioxusLabs#4213)

* Fix url encoding queries

* handle percent encoding hash fragments

* implement fromqueryargument for Option<T>

* fix tests

* fix typo
AnteDeliria pushed a commit to AnteDeliria/dioxus that referenced this pull request Jul 23, 2025
…ioxusLabs#4213)

* Fix url encoding queries

* handle percent encoding hash fragments

* implement fromqueryargument for Option<T>

* fix tests

* fix typo
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

2 participants