DumpRequestHandler doesn't close Stream
---------------------------------------

                 Key: SOLR-1747
                 URL: https://issues.apache.org/jira/browse/SOLR-1747
             Project: Solr
          Issue Type: Bug
            Reporter: Mark Miller
            Priority: Minor


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

Reply via email to