|
Actually we used the CloseIgnoringInputStream trick before, however, we applied it in XmlMappingParser. With the changes in connection with
HV-1007
, we thought it would not be required anymore, but this depends obviously on the JVM. I guess we can get this code back to keep the IBM JVM happy.
but I wonder if not closing streams could lead to some resource leaks
I don't think so. I think the documentation is quite clear on this one. It is the responsibility of the client API to close the stream.
|