-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: _unsorted
-
None
-
Environment:Platform: All, OS: All
The Acegi documentation here:
http://www.acegisecurity.org/guide/springsecurity.html#filters
specifies a clear ordering of filters. In particular, the documentation states
that the RememberMeProcessingFilter should come after the
AuthenticationProcessingFilter. In SecurityFilters.groovy, it looks like
RememberMeProcessingFilter would be called before AuthenticationProcessingFilter2.