### Description When everything is right: - `https://gitea.com/gitea/blog` -> 200 - `https://gitea.com/gitea%2Fblog` -> 404 However: - `https://gitea.com/gitea%2Fblog/` -> 200 It is caused by a bug in `middleware.StripSlashes` of chi, see https://github.com/go-chi/chi/pull/799 We don't have to wait for it to be fixed in upstream, it can be fixed in #21333 by dropping `middleware.StripSlashes`. ### Gitea Version 7a5af2559 ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? command ### Database None