Closed MrCreosote closed 5 years ago
Also fix a bug re getting ACLs when requested by a non-owner. For some reason GET ...<node>/acl and GET ../<node>/acl/all are treated differently by Shock. The former works and the latter fails when the user has only read permissions to the node.
GET ...<node>/acl
GET ../<node>/acl/all
Also fix a bug re getting ACLs when requested by a non-owner. For some reason
GET ...<node>/acl
andGET ../<node>/acl/all
are treated differently by Shock. The former works and the latter fails when the user has only read permissions to the node.