Details
Description
I found that in org.apache.cxf.transport.http.asyncclient.AsyncHTTPConduit$AsyncWrappedOutputStream on close method the wrappedStream is not closed but reassigned to the new anonymous OutputStream in handleHeadersTrustCaching by setupWrappedStream.
It is in cxf-rt-transports-http-hc module.
My suggest to add out.close() on 426 line.
Attachments
Attachments
Issue Links
- relates to
-
CXF-7396 CachedOutputStream doesn't delete temp files
- Resolved
- links to