reta opened a new pull request, #2048: URL: https://github.com/apache/cxf/pull/2048
`CachedOutputStream` doesn't delete temp files. it turned out to be very challenging to handle all the edge (and non-edge) cases where `CachedOutputStream`s (or derived) streams stay unclosed. This change does not solve the root cause of the problem but offers at least a mitigation strategy in a shape of `CachedOutputStreamCleaner` that tracks unclosed `CachedOutputStream`s (or derived) streams and periodically tries to close those out. -- 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]
