https://bz.apache.org/bugzilla/show_bug.cgi?id=57200
--- Comment #3 from Yaniv Kunda <[email protected]> --- Created attachment 32537 --> https://bz.apache.org/bugzilla/attachment.cgi?id=32537&action=edit Removes usage of auto-deleted temp sub-directory This removes the behavior of using a specific directory that gets deleted on VM exit - resolving the problem described in the issue of running more than one VM using POI on the same machine. Using the default temp dir is much simpler and less error-prone. This patch does NOT solve the memory leak caused by deleteOnExit(), which should be addressed in a wider scope, as it transfers responsibility to the classes using TempFile and further on to POI users. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
