[GitHub] commons-io pull request #58: Fix IO-535

2018-03-10 Thread SvetlinZarev
GitHub user SvetlinZarev opened a pull request: https://github.com/apache/commons-io/pull/58 Fix IO-535 Fix IO-535 Adds test case to verify the incorrect behavior and the fix. Does not incorrectly remove the Thread.currentThread().interrupt(); like the original PR

[GitHub] commons-codec pull request #5: Do not leak file descriptors

2016-09-14 Thread SvetlinZarev
Github user SvetlinZarev closed the pull request at: https://github.com/apache/commons-codec/pull/5 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] commons-codec pull request #5: Do not leak file descriptors

2016-09-13 Thread SvetlinZarev
GitHub user SvetlinZarev opened a pull request: https://github.com/apache/commons-codec/pull/5 Do not leak file descriptors Bug: CODEC-225 You can merge this pull request into a Git repository by running: $ git pull https://github.com/SvetlinZarev/commons-codec StreamLeaks