//
// Next, iterate through the Principal objects assigned
// this permission. If the context's subject possesses
// any of these, the action is allowed.
Principal[] aclPrincipals = acl.findPrincipals( permission );
log.debug( "Checking ACL entries..." );
log.debug( "Acl for this page is: " + acl );
log.debug( "Checking for principal: " + String.valueOf( aclPrincipals ) );
log.debug( "Permission: " + permission );