XML parsing of POM does not reliably coalesce text data
-------------------------------------------------------
Key: MNG-3839
URL: http://jira.codehaus.org/browse/MNG-3839
Project: Maven 2
Issue Type: Bug
Components: POM
Affects Versions: 3.0-alpha-1
Reporter: Benjamin Bentmann
The current impl of {{ModelMarshaller}} relies on a bug in Woodstox (WSTX-140),
namely that CHARACTERS and CDATA events are coalesced by default which violates
the
[StAX-API|http://java.sun.com/javase/6/docs/api/javax/xml/stream/XMLInputFactory.html].
This causes garbage output from the POM parser as soon as the user employs a
different StAX impl, say Woodstox 3.9.x installed as a JRE extension.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira