kbase / shock_java_client

Basic java client for Shock.
MIT License
0 stars 2 forks source link

Optionally return the same node on copy if the user already owns #19

Closed MrCreosote closed 5 years ago

MrCreosote commented 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.