Hi,

If I set jcr:write granted on a node, I can upload content to that node with a multipart post but I cant overwrite the content.

to make that work I appear to need at least

curl http://admin:ad...@localhost:8080/_user/private/d9/31/78/03/ian5.acl.json

{"ian5":{"granted": ["jcr:write ","jcr:removeChildNodes ","jcr:modifyProperties","jcr:addChildNodes","jcr:removeNode"]}}

to avoid getting an access denied on remove jcr:content.

This sounds a little odd, since write usually implies overwrite.

Was this intentional.. or a fact of jcr ?
Ian


Reply via email to