mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 08:16:00 +08:00

* When an error is raised when checking route constraints, we can only return true/false which either lets the request through or return a 404 error. Therefore, we just skip rate limiting here and let the controller handle the rate limiting.