| It is not possible to remove a rest access rule with: http://192.168.0.2/geoserver/rest/security/acl/rest/%2Frest%2Fworkspaces%2Ffoo%2F**;GET,POST,DELETE,PUT which was created with: http://192.168.0.2/geoserver/rest/security/acl/rest.xml and data: "<rules><rule resource="/rest/workspaces/foo/**:GET,POST,DELETE,PUT">foo</rule></rules>" The rule is stored in rest.properties as: /rest/workspaces/foo/**;GET,POST,DELETE,PUT=foo There is no entry about failure, exception nor success in the geoservers log file |