ACL question: isDirect attribute ignored

2014-03-28 Thread Jorge.MARTIN-CUERVO
Hello all, we have implementations of server and client CMIS applications. We consider the possibility to modify the inherited ACEs of the object, so the client applications are executing the applyACL to remove an ACE inherited (isDirect = false). The server side is reacting well but with the f

Re: ACL question: isDirect attribute ignored

2014-03-28 Thread Florian Müller
Hi Jorge, Non-direct ACEs are usually managed somewhere else and cannot be removed from the object itself. For example, if a ACE of a document is (dynamically) inherited from a parent folder, all sibling documents must have the same ACE. Removing such an inherited ACE only from one object wou