Cedric Moitrier created CMIS-604:
------------------------------------
Summary: WebService ObjectService.getContentStream(...) never close the stream
once consummed
Key: CMIS-604
URL: https://issues.apache.org/jira/browse/CMIS-604
Project: Chemistry
Issue Type: Bug
Components: opencmis-commons, opencmis-server
Affects Versions: OpenCMIS 0.8.0
Reporter: Cedric Moitrier
This bug has been introduced when fixing CMIS-548.
org.apache.chemistry.opencmis.commons.impl.Converter#convert(ContentStream contentStream)
now returns a CmisContentStreamType whose DataHandler prevents its InputStream from being
closed.
The issue can be reproduced with the Fileshare Repository.
1/ call getContent on a document
2/ delete the same document
-> deletion will fail because an InputStream on that document has not been properly closed
on the server side
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|