StaxDataBinding.write(Object, XMLStreamWriter) does not close an XMLStreamReader
--------------------------------------------------------------------------------
Key: CXF-2473
URL: https://issues.apache.org/jira/browse/CXF-2473
Project: CXF
Issue Type: Bug
Components: Core
Affects Versions: 2.2.4, 2.2.5
Reporter: Michael Allman
Attachments: StaxDataBinding.patch
The StaxDataBinding.write(Object, XMLStreamWriter) method does not close a
provided XMLStreamReader. Shouldn't it? Or perhaps
StaxUtils.copy(XMLStreamReader, XMLStreamWriter) should.
Not closing the stream reader does present a bug for my use case.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.