Merged HEAD-BUG-FIX (5.1/Cloud) to HEAD (5.1/Cloud)

107668: Revert upgrade of OpenCMIS to 0.13.0, which makes CMIS TCK fail. See ACE-4041 for follow-up


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@107762 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2015-07-07 08:07:14 +00:00
parent 5d0fa2c7e8
commit ae66d46812

View File

@@ -40,7 +40,7 @@ public class BufferedRequest implements WrappingWebScriptRequest
}
catch (IOException e)
{
bufferStream.destroy(e); // remove temp file
bufferStream.destroy(); // remove temp file
throw e;
}