680681682683684685686687688689690
// we will need to an AclEntry before adding the AclEntry to // the Acl. if (entry != null) { result.addEntry(aclOwner, entry); } Principal p = getPrincipal(principal); if (p == null)
699700701702703704705706707708709
entry.addPermission(new PermissionImpl(permission)); } while (more = rs.next()); if (entry != null) { result.addEntry(aclOwner, entry); } result.setName(aclOwner, name); } catch (NotOwnerException e)