[
https://issues.apache.org/jira/browse/SOLR-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated SOLR-1747:
------------------------------
Attachment: SOLR-1747.patch
> DumpRequestHandler doesn't close Stream
> ---------------------------------------
>
> Key: SOLR-1747
> URL: https://issues.apache.org/jira/browse/SOLR-1747
> Project: Solr
> Issue Type: Bug
> Affects Versions: 1.4
> Reporter: Mark Miller
> Priority: Minor
> Fix For: 1.5
>
> Attachments: SOLR-1747.patch
>
>
> {code}
> stream.add( "stream", IOUtils.toString( content.getStream() ) );
> {code}
> IOUtils.toString won't close the stream for you.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.