]> git.openstreetmap.org Git - rails.git/commitdiff
Fix issues with bogus % encoded sequences in URLs
authorTom Hughes <tom@compton.nu>
Mon, 7 Dec 2015 13:52:20 +0000 (13:52 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 7 Dec 2015 13:52:20 +0000 (13:52 +0000)
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


No differences found