You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Fabulich (JIRA)" <ji...@codehaus.org> on 2008/02/12 19:17:35 UTC

[jira] Commented: (SUREFIRE-456) Surefire doubly XML-escapes non-visible control characters

    [ http://jira.codehaus.org/browse/SUREFIRE-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123430 ] 

Dan Fabulich commented on SUREFIRE-456:
---------------------------------------

To repro: run Surefire224WellFormedXmlFailuresTest.

> Surefire doubly XML-escapes non-visible control characters
> ----------------------------------------------------------
>
>                 Key: SUREFIRE-456
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-456
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: xml generation
>    Affects Versions: 2.4.2
>            Reporter: Dan Fabulich
>            Priority: Minor
>             Fix For: Future
>
>
> It's illegal to include a non-visible control character in XML, even as a character entity.  e.g. "&amp;#x0;" is illegal in XML, even though it's semantically meaningful.
> http://www.w3.org/TR/1998/REC-xml-19980210#charsets
> Disturbingly, Java's XML serializer will cheerfully print out &amp;#x0; despite the fact that it will refuse to parse that entity.
> As a workaround, for 2.4.2 we're deliberately doublly XML-escaping non-visible control characters, printing them as "&amp;amp;#x0;" instead of "&amp;#x0;" like they're supposed to be.  That's better than any alternative I can think of (e.g. throwing the characters away in test results, replacing them with a "?" character).

-- 
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