You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Symfony2.1, the security.firewall is loaded with priority 8 (earlier 64).
To use the body_listener for login-services, it has to be loaded before the firewall.
Please add a priority higher than 8. I just took 10 ...
0 commit comments