[ https://issues.apache.org/jira/browse/CXF-7155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15699216#comment-15699216 ]
ASF GitHub Bot commented on CXF-7155: ------------------------------------- GitHub user aonnikov opened a pull request: https://github.com/apache/cxf/pull/207 [CXF-7155] Close CachedOutputStream when response is written to the output stream You can merge this pull request into a Git repository by running: $ git pull https://github.com/aonnikov/cxf CXF-7155 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/207.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #207 ---- commit 5fbef494f97942cd5e1ced560469a58d64e320ee Author: Alexander Onnikov <aonni...@cisco.com> Date: 2016-11-27T06:16:42Z [CXF-7155] Close CachedOutputStream when response is rewritten to the original output stream ---- > JAXRSOutInterceptor do not close CachedOutputStream when out buffering is > enabled > --------------------------------------------------------------------------------- > > Key: CXF-7155 > URL: https://issues.apache.org/jira/browse/CXF-7155 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 3.0.9 > Reporter: Alexander Onnikov > > JAXRSOutInterceptor do not close CachedOutputStream after message body has > been written. > As a result temp files generated by CachedOutputStream are not deleted. -- This message was sent by Atlassian JIRA (v6.3.4#6332)