Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.1.x
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The filter picks up and applies all security related filters declared in the app-context.
However those filters need to be applied in a specific order, and should not be used at all when we disable the security subsystem following the instructions at http://docs.geoserver.org/latest/en/user/security/sec_disable.html
Recommended solution: have the delegating filter look for a marker interface, not just any filter. Something like GeoServerPluginFilter or the like
Btw, even when things don't break the delegating filter makes every filter in the spring security chain be applied twice