mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 01:49:44 -05: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.