You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as I could not find any other bugtracker, I hope to reach some people this way.
org.codehaus.jettison.AbstractXMLInputFactory.createXMLStreamReader(Source source)
does not close the InputStream, as well as the reader. The readAll() method reads the stream to the end, converts it into a String, but misses to close the stream.
I can see this problem in 1.3.7.
Best regards
Jens
The text was updated successfully, but these errors were encountered:
Hi,
as I could not find any other bugtracker, I hope to reach some people this way.
org.codehaus.jettison.AbstractXMLInputFactory.createXMLStreamReader(Source source)
does not close the InputStream, as well as the reader. The readAll() method reads the stream to the end, converts it into a String, but misses to close the stream.
I can see this problem in 1.3.7.
Best regards
Jens
The text was updated successfully, but these errors were encountered: