You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Mark Miller (JIRA)" <ji...@apache.org> on 2010/02/04 17:28:28 UTC

[jira] Resolved: (SOLR-1747) DumpRequestHandler doesn't close Stream

     [ https://issues.apache.org/jira/browse/SOLR-1747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Miller resolved SOLR-1747.
-------------------------------

    Resolution: Fixed
      Assignee: Mark Miller

> 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
>            Assignee: 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.