]
Dan Berindei updated ISPN-7476:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Cache get might throw NPE is entry not found in context
-------------------------------------------------------
Key: ISPN-7476
URL:
https://issues.jboss.org/browse/ISPN-7476
Project: Infinispan
Issue Type: Sub-task
Reporter: Galder ZamarreƱo
Assignee: Galder ZamarreƱo
Priority: Blocker
Fix For: 9.0.0.Final
A key with an incorrect equals implementation (e.g. one that always returns false) will
result in NPE:
{code}
Caused by: java.lang.NullPointerException
at org.infinispan.commands.read.GetKeyValueCommand.perform(GetKeyValueCommand.java:49)
{code}