From: Tom Hughes Date: Mon, 7 Dec 2015 13:52:20 +0000 (+0000) Subject: Fix issues with bogus % encoded sequences in URLs X-Git-Tag: live~4128 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e20bb507f122f73d18021bf93efe85fc2e189dfb?hp=e20bb507f122f73d18021bf93efe85fc2e189dfb Fix issues with bogus % encoded sequences in URLs Add a URI sanitizer to the rack stack avoid rack throwing exceptions on the server side, and ignore errors decoding components on the client side. Fixes #1101 ---