Temporary files are not deleted
-------------------------------
Key: CXF-1743
URL: https://issues.apache.org/jira/browse/CXF-1743
Project: CXF
Issue Type: Bug
Affects Versions: 2.1.1
Environment: Linux, FreeBSD
Reporter: R.O.
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.