Details
Description
This patch extend geoserver Acegi security module, adding the capabilities to filter not only url but also http request methods (PUT,DELETE,GET,POST).
This is useful for restlet module, i.e in the example I have configured all url mapping /sldservice/** with ROLE IS_AUTHENTICATED_ANONYMOUSLY for GET request and ROLE_ADMINISTRATOR for POST PUT DELETE request methods.
There are tow patches: the first add tow class in org.geoserver.security and the latter some configuration in ApplicationSecurityContext.
Both are for the geoserver main module.
Merged on trunk and 1.6.x branch.