kutny / tracy-bundle

Tracy PHP debugger bundle for Symfony framework
MIT License
28 stars 5 forks source link

Set priority #15

Closed mvrhov closed 7 years ago

mvrhov commented 7 years ago

If we don't set priority to -1 in 3.3 this listener gets called before the FirewallException listener. This is problematic as the way listeners are called is different in sf 3.3 and this one gets called first and this means that if one opens the url that doesn't have permissions to it's not redirected to login page but 403 error is thrown.

I hope that we won't break something else with this.