node-solid-server icon indicating copy to clipboard operation
node-solid-server copied to clipboard

root acl must contain acl:Control

Open bourgeoa opened this issue 4 years ago • 1 comments

Check that root acl contains acl:Control following specification. see https://github.com/solid/node-solid-server/issues/1489#issuecomment-829996067

bourgeoa avatar May 02 '21 22:05 bourgeoa

$ curl -ik -X PATCH -H'Content-Type: application/sparql-update' https://csarven.localhost:8443/.acl -d 'DELETE DATA { <#owner> <http://www.w3.org/ns/auth/acl#mode> <http://www.w3.org/ns/auth/acl#Control> . }'

HTTP/1.1 200 OK

Patch applied successfully.

Can confirm that the statement was deleted.

csarven avatar Oct 12 '24 16:10 csarven