[infinispan-issues] [JBoss JIRA] (ISPN-5741) Null keys and values should not be allowed in RemoteCache
Tristan Tarrant (JIRA)
issues at jboss.org
Mon Feb 27 09:59:02 EST 2017
[ https://issues.jboss.org/browse/ISPN-5741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tristan Tarrant updated ISPN-5741:
----------------------------------
Fix Version/s: (was: 9.0.0.Final)
> 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
>
> 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
(v7.2.3#72005)
More information about the infinispan-issues
mailing list