misd-service-development / raven-bundle

Adds Raven authentication to your Symfony2 application
1 stars 1 forks source link

Authentication failure when the URL has square brackets #14

Closed thewilkybarkid closed 11 years ago

thewilkybarkid commented 11 years ago

Raven authentication fails when the URL has square brackets (eg when going directly to a Symfony form GET submission). Seems to be an encoding problem (%255B/%255D are transformed into %5B/%5D, resulting in a mismatch).