Galder Zamarreño created ISPN-5741:
--------------------------------------
Summary: Null keys and values should not be allowed in RemoteCache
Key: ISPN-5741
URL:
https://issues.jboss.org/browse/ISPN-5741
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 9.0.0.Final
In the current code base, the current code is allowed and works for Remote Cache:
{code}
RemoteCache<?, ?> remoteCache = ...
assertEquals(null, remoteCache.put(null, null));
assertEquals(null, remoteCache.get(null));
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)