Description
Set an Ace of an JackrabbitAccessControlList Policy with the composits of a an aggregate Privilege.
Eg. the jcr:addNode, jcr:createNode, ... of jcr:write
On read of the the AccessControlEntry.getPrivileges(), Oak returns the single privileges.
On Jackrabbit the aggregate jcr:write is returned.
I'm aware that both behaviors are valid accoring the specification
/** * Returns the privileges associated with this access control entry. * * @return an array of <code>Privilege</code>s. */ public Privilege[] getPrivileges();
But it may get an migration issue. Though its occurence may be rare like in testcases.