mirror of
https://github.com/discourse/discourse.git
synced 2025-02-10 21:34:50 +00:00
Currently, when a badly named category slug is provided, it can lead to an infinite redirect. This patch addresses the issue by properly unescaping `request.fullpath` so the path is successfully rewritten and the redirect happens as expected.