-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.4
-
Fix Version/s: 1.4.1
-
Component/s: Serialization/Deserialization
-
Labels:None
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.
- is related to
-
AXIS-664 DimeBodyPart.send() needs to close the input stream
- Resolved