sanic-org / sanic-routing

Internal handler routing for Sanic beginning with v21.3.
https://sanicframework.org/
MIT License
14 stars 11 forks source link

Only unquote on string casts #74

Closed ahopkins closed 1 year ago

ahopkins commented 1 year ago

Fixes #73

xmcp commented 1 year ago

Will this fix correctly unquote urlencoded-numbers?

E.g., /test/%31%32%33 for /test/<x:int>, where x should be 123.