Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5741

Null keys and values should not be allowed in RemoteCache

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Major
    • None
    • None
    • Remote Protocols
    • None

    Description

      In the current code base, the current code is allowed and works for Remote Cache:

      RemoteCache<?, ?> remoteCache = ...
      assertEquals(null, remoteCache.put(null, null));
      assertEquals(null, remoteCache.get(null));
      

      Attachments

        Activity

          People

            rh-ee-galder Galder ZamarreƱo
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: