You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I have a route with a parameter e. g. /route/[param] and the param contains a escaped slash (%2F) the routing works correctly. If there is a form with a form action. The action doesn't submit to the escaped url with %2F but to the url with an slash. But with a slash the route is different and doesn't exists. This throws a 404.
Reproduction
Create a route with a param and use a form inside. Open the form where the param contains a %2F. Submit the form and it throws a 404.
Describe the bug
If I have a route with a parameter e. g. /route/[param] and the param contains a escaped slash (%2F) the routing works correctly. If there is a form with a form action. The action doesn't submit to the escaped url with %2F but to the url with an slash. But with a slash the route is different and doesn't exists. This throws a 404.
Reproduction
Create a route with a param and use a form inside. Open the form where the param contains a %2F. Submit the form and it throws a 404.
Logs
System Info
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: