mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08: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.