[
https://issues.apache.org/jira/browse/KNOX-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16598031#comment-16598031
]
ASF subversion and git services commented on KNOX-1430:
-------------------------------------------------------
Commit 18bd3b8e279bd4a7c93a1808feee34e5f9a13900 in knox's branch
refs/heads/master from [~lmccay]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=18bd3b8 ]
KNOX-1430 - Potential output stream handle leak when copyLarge files in
streamResponse (Guang Yang via lmccay)
> Potential output stream handle leak when copyLarge files in streamResponse
> --------------------------------------------------------------------------
>
> Key: KNOX-1430
> URL: https://issues.apache.org/jira/browse/KNOX-1430
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Affects Versions: 0.14.0, 1.1.0
> Reporter: Guang Yang
> Assignee: Guang Yang
> Priority: Major
> Fix For: 1.2.0
>
> Attachments: KNOX-1430.patch
>
>
> When Knox streams a large response, like download a 2G file through webhdfs.
> The output stream handle will leak if there is an exception when copy the
> large file. This fix move outputStream.close() to the finally block.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)