mernst opened a new pull request, #1415: URL: https://github.com/apache/logging-log4j2/pull/1415
In `CommonsCompressAction.execute()`, if an exception occurs during the call to `new BufferedOutputStream` or `createCompressorOutputStream`, then the `FileOutputStream` is never closed and a resource leak occurs. This patch refactors the code so that the `FileOutputStream` is always closed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
