Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.4
-
None
-
None
-
Windows XP
Description
AttachmentDeserializer appears to be leaving behind temp files. Every time "cache" is called, it creates a new temp file with IOUtils.copy (line 228). This file is never deleted. It looks like there's a hook so it should get deleted if the inputStream is closed, but the inputStream is never closed.