Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-1743

Temporary files are not deleted

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.1.1, 2.1.2
    • 2.1.2, 2.0.9
    • Core
    • None
    • Linux, FreeBSD

    Description

      I have endpoint declared in Spring as follows:

      <jaxws:endpoint id="importService"
      implementor="my.ImportServiceImpl"
      address="/importService">
      <jaxws:properties>
      <entry key="mtom-enabled" value="true" />
      </jaxws:properties>
      </jaxws:endpoint>

      During tests I discovered, that large attachments (>64k), which are saved in temporary files, are not removed after processing SOAP message.

      I've analysed sources of org.apache.cxf.attachment.AttachmentDataSource and org.apache.cxf.io.CachedOutputStream and discovered that AttachmentDataSource does not allow to close cache.
      The only solution is to add close() method to AttachmentDataSource and close cache manually.

      Attachments

        Issue Links

          Activity

            People

              dkulp Daniel Kulp
              rostrzycki R.O.
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: