acciente / oacc-core

OACC (Object ACcess Control) is an advanced Java Application Security Framework
http://oaccframework.org/
Apache License 2.0
107 stars 23 forks source link

equals() or hashCode() of ResourceImpl may produce NullPointerException #23

Closed fspinnenhirn closed 8 years ago

fspinnenhirn commented 8 years ago

Invocation of equals() or hashCode() on OACC's implementation of Resource may produce NullPointerException, if the resource was created without a resourceId.

This bug was introduced when we added the alternative externalId identifier.