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

Hoss Man updated SOLR-1746:
---------------------------

    Fix Version/s: 3.1
                   4.0


Correcting Fix Version based on CHANGES.txt, see this thread for more details...

http://mail-archives.apache.org/mod_mbox/lucene-dev/201005.mbox/%3calpine.deb.1.10.1005251052040.24...@radix.cryptio.net%3e


> CommonsHttpSolrServer passes a ContentStream reader to IOUtils.copy, but 
> doesnt close it.
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-1746
>                 URL: https://issues.apache.org/jira/browse/SOLR-1746
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 1.4
>            Reporter: Mark Miller
>            Assignee: Mark Miller
>             Fix For: 1.5, 3.1, 4.0
>
>
> IOUtils.copy will not close your reader for you:
> {code}
>                     @Override
>                     protected void sendData(OutputStream out)
>                         throws IOException {
>                       IOUtils.copy(c.getReader(), out);
>                     }
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to