[GitHub] commons-io pull request #49: [IO-554] fixed: prevent input stream close

2018-06-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-io/pull/49 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-io pull request #49: [IO-554] fixed: prevent input stream close

2017-11-05 Thread mmariotti
GitHub user mmariotti opened a pull request: https://github.com/apache/commons-io/pull/49 [IO-554] fixed: prevent input stream close [IO-554] FileUtils.copyToFile(InputStream source, File destination) closes input stream. Fixed removing 'source' from try-with-resources. You can