[infinispan-issues] [JBoss JIRA] (ISPN-5783) Cache.put(null, null) leaks an implicit transaction

Dan Berindei (JIRA) issues at jboss.org
Mon Sep 21 04:56:00 EDT 2015


Dan Berindei created ISPN-5783:
----------------------------------

             Summary: Cache.put(null, null) leaks an implicit transaction
                 Key: ISPN-5783
                 URL: https://issues.jboss.org/browse/ISPN-5783
             Project: Infinispan
          Issue Type: Bug
          Components: Core
    Affects Versions: 8.0.1.Final
            Reporter: Dan Berindei
            Assignee: Dan Berindei
             Fix For: 8.1.0.Alpha1


{{null}} keys and values are not supported, and {{Cache.put(null, null)}} will throw a {{NullPointerException}}. But the null check happens after the implicit transaction was created, and it doesn't clean it up before throwing the exception.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list