Community
Participate
Working Groups
Created attachment 125394 [details] Patch to ensure the removal of temp file The SimpleArtifactRepository inner class ZippedFolderOutputStream automatically attempts to unzip its temporary file, if unzip fails (the file is empty or invalid for example) the temp file is never removed. The patch simply adds a try {unzip} finally {delete}.
Released in HEAD