Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
Description
The version of DimeBodyPart.send() for DynamicContentDataHandler leaves the input stream open after reading. This is bad practice and causes particular difficulties on Windows, which is much stricter than *nix about open file handles.
In my case, I'm trying to use process files with an Axis1-based client using Apache Camel, but the open file stream is prevent the completed files from being moved.
Attachments
Issue Links
- is related to
-
AXIS-664 DimeBodyPart.send() needs to close the input stream
- Resolved