You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2008/04/02 07:59:58 UTC

[jira] Updated: (CONTINUUM-1689) Bad string replacement of entities in build result

     [ http://jira.codehaus.org/browse/CONTINUUM-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-1689:
------------------------------------

    Fix Version/s: 1.2

> Bad string replacement of entities in build result
> --------------------------------------------------
>
>                 Key: CONTINUUM-1689
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1689
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.1
>            Reporter: Baptiste MATHUS
>            Priority: Minor
>             Fix For: 1.2
>
>
> I just noticed that the output of maven is wrongly encoded. Here's one of lines of he generated html source :
> [INFO] Setting property: resource.loader =&amp;gt; 'classpath'.
> Remind: In the console, the output is the following (output of mvn site) :
> [INFO] Setting property: resource.loader => 'classpath'.
> As you can see, there's a problem
> I guess the entity conversion is done twice :
> * first "=>" is converted "=&gt;"
> then another pass detects the & although it shouldn't process it anymore, so :
> * second "=&gt;" is in turn converted "=&amp;gt;"
> I guess the correction weight might depend on how those conversion are done. As a lot of conversions produces an &, maybe encoding & as &amp; should be the very first conversion to be done in the list ?
> Maybe even some "dependency" tree could do the trick (or even better, an API that already does that neatly :)).
> Cheers.
> Let me know if you need anything else.

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