This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Listener priority set to -1
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.