Prevent StackOverflowError for AccessControlEntryImpl.hashCode
Getting StackOverflowError when invoke AclImpl.hashCode because of
cross-references between AclImpl and AccessControlEntryImpl
Remove from AccessControlEntryImpl.hashCode method invocation of
acl.hashCode
fixes gh-5401
@ -131,10 +131,9 @@ public class AccessControlEntryImpl implements AccessControlEntry,
@@ -131,10 +131,9 @@ public class AccessControlEntryImpl implements AccessControlEntry,