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
@mr-tron This has been discussed many times in the above mentioned issues and finally we decided to move the unescaping logic for any kind of parameter outside the framework. So in your case you can simply unescape the parameter using url.QueryUnescape(c.Param("s")). Don't hesitate to continue the discussion.
Description
Checklist
Expected behaviour
Actual behaviour
c.Param("s") don't decode param if it encoded with urlencode
Steps to reproduce
Working code to debug
curl 'http://localhost:9090/ыыыы'
in stdout you can see %D1%8B%D1%8B%D1%8B%D1%8B (not ыыыы as expected)
Version/commit
1f0bae3 - in this version worked
I didn't search commit there it was broken.
The text was updated successfully, but these errors were encountered: