[ 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.