Hello,

I'm having issues using the Rest API of Geoserver.

I tried :

POST https://geoserver.******/geoserver/rest/security/acl/rest
with JSON Body
{
    "/rest/workspaces/test/**:GET": "ROLE_ADMINISTRATOR"
}
Works OK

DELETE https://geoserver.
******/geoserver/rest/security/acl/rest/rest/workspaces/test/**:GET
Returned 404 : Rule not found: rest/workspaces/test/**:GET

DELETE https://geoserver.
******/geoserver/rest/security/acl/rest/%2Frest/workspaces/test/**:GET
DELETE https://geoserver.
******/geoserver/rest/security/acl/rest/%2Frest%2Fworkspaces%2Ftest/**:GET
DELETE https://geoserver.
******/geoserver/rest/security/acl/rest/%2Frest%2Fworkspaces%2Ftest%2F%2A%2A%3AGET
All returned HTTP 400 Bad Request

I would like to get any advice on this

Thanks in advance
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to