https://bz.apache.org/bugzilla/show_bug.cgi?id=59973

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |om

--- Comment #9 from Philippe Mouawad <[email protected]> ---
(In reply to Andrey Pokhilko from comment #7)
> Thanks for the reproducing case. I have investigated it and found that issue
> is in xpp3 library we use. It is 10 years old and has xml 1.0 requirement
> hardcoded into it. There are no newer versions of this library that could
> load XML 1.1.
> So it's a deadlock: we write XML 1.1 as body, we state that it's 1.0 in
> header because reading flow is unable to accept 1.1 header. However, it
> perfectly eats 1.1 body, which means that xpp3 does not conform to XML
> standard.
> 
> From their FAQ (http://x-stream.github.io/faq.html#XML_control_char) I can
> assume that the only way is to rollback my changes. Also, we should document
> somewhere here
> (http://jmeter.apache.org/usermanual/listeners.html#xmlformat2.1) that JTL
> and JMX files produced by JMeter do not conform XML 1.0 standard and cannot
> be read by strict parsers. Users should be aware of this issue.

See this Bug 58679 related to this issue, this would be the final fix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to