https://issues.apache.org/bugzilla/show_bug.cgi?id=57296
--- Comment #8 from Andreas Beeker <[email protected]> --- I don't like the idea of catching the exception and using the log to bury it. The question is, when we remove the close from the classes, how much is user code affected by or relying on that feature, i.e. when is the stream finalized. I normally close a stream, even it has been closed inside the poi classes - I think that's common habit. We could make that handling configurable on a system or static property. Btw. in my $dayjob, we also had a similar problem, I think it was related to a database stream, so it might be common, that the closing is seen as annoying ... What do the other think? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
