spring-security/acl/src
Maksim Vinogradov 279ddbe223 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
2020-05-21 10:07:54 -05:00
..
main Prevent StackOverflowError for AccessControlEntryImpl.hashCode 2020-05-21 10:07:54 -05:00
test Prevent StackOverflowError for AccessControlEntryImpl.hashCode 2020-05-21 10:07:54 -05:00