On 17 Mar 2010, at 13:34, Angela Schreiber wrote: > hi ian > >> In standard Jackrabbit 2, is it possible to add more than one ACE to an ACL >> with the same principal ? > > it depends on the acl implementation. > the principal-based acl just collects all entries while > resource-based acl currently makes a cleanup and keeps > at most one allow and one deny asserting there are > no contradicting allow/deny privileges for the same > principal.
Ok thanks, that makes sense, I will use a special Principal and PrincipalProvider. Ian > > regards > angela >
