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

Dan Berindei (JIRA) issues at jboss.org
Fri Sep 22 10:24:01 EDT 2017


     [ https://issues.jboss.org/browse/ISPN-5783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei reopened ISPN-5783:
--------------------------------


> 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, 8.1.0.Final
>
>
> {{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
(v7.2.3#72005)


More information about the infinispan-issues mailing list