https://issues.apache.org/bugzilla/show_bug.cgi?id=46805
--- Comment #6 from Stefan Franke <[email protected]> 2009-10-22 22:40:26 UTC --- The real bug is to close streams which you never opened! foo = new XyzStream() --> foo.close(); foo = something.getStream() --> // nada Well, one could avoid problems by giving out proxied streams which ignore the close(), but obviously this is not the case. Why don't you simply add the suggested fix? Or fix it yourself? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
