You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Zsolt Szloboda (JIRA)" <ji...@apache.org> on 2014/07/02 22:16:25 UTC

[jira] [Created] (CXF-5842) CacheSizeExceededException attachment tempfile leak

Zsolt Szloboda created CXF-5842:
-----------------------------------

             Summary: CacheSizeExceededException attachment tempfile leak
                 Key: CXF-5842
                 URL: https://issues.apache.org/jira/browse/CXF-5842
             Project: CXF
          Issue Type: Bug
          Components: Bus, Core
    Affects Versions: 3.0.0
            Reporter: Zsolt Szloboda
            Priority: Minor


If I set the attachment-max-size option for my endpoint, a CacheSizeExceededException is thrown if the attachment size exceeds the configured value. 
In this case the attachment tempfile is not deleted by the CXF runtime, when I close the AttachmentDataSource InputStream. 

Analyzing the issue I noticed that 2 tempfiles are created (I have only 1 attachment), 2 AttachmentDataSource's can be retreived, but closing both of them deletes only one of the tempfiles.



--
This message was sent by Atlassian JIRA
(v6.2#6252)