Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.7.0
-
None
Description
When content is uploaded via createDocument(), setContentStream(), and checkIn() it currently depends on the binding implementation if the input stream is closed or not.
This inconsistency should be resolved. OpenCMIS should never close the stream. Only the application knows if the stream - although completely consumed by OpenCMIS - can be closed or not.