[infinispan-issues] [JBoss JIRA] (ISPN-5741) Null keys and values should not be allowed in RemoteCache

Galder Zamarreño (JIRA) issues at jboss.org
Mon Sep 14 02:03:00 EDT 2015


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)



More information about the infinispan-issues mailing list