Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.13.0
-
None
Description
OpenCMIS WS client code uses parseEagerly=true in chemistry-opencmis-client-bindings/src/main/java/org/apache/chemistry/opencmis/client/bindings/spi/webservices/SunRIPortProvider.java.
When large documents are downloaded, this results in an extra copy in the temp directory, which can be quite a nuisance.
Would you please either switch off eager attachment parsing, or make it configurable in future versions?