From issues-return-5105-apmail-continuum-issues-archive=continuum.apache.org@continuum.apache.org Wed Feb 24 03:14:27 2010 Return-Path: Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: (qmail 37520 invoked from network); 24 Feb 2010 03:14:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 03:14:27 -0000 Received: (qmail 59983 invoked by uid 500); 24 Feb 2010 03:14:27 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 59873 invoked by uid 500); 24 Feb 2010 03:14:26 -0000 Mailing-List: contact issues-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list issues@continuum.apache.org Received: (qmail 59851 invoked by uid 99); 24 Feb 2010 03:14:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 03:14:26 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.2.115] (HELO codehaus01.managed.contegix.com) (63.246.2.115) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 03:14:15 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 3BF7415F00EF for ; Tue, 23 Feb 2010 21:13:55 -0600 (CST) Date: Tue, 23 Feb 2010 21:13:55 -0600 (CST) From: "Brett Porter (JIRA)" To: issues@continuum.apache.org Message-ID: <7263770.92734.1266981235215.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Updated: (CONTINUUM-1689) Bad string replacement of entities in build result MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 4e90ceb663894a42f12c0e28abbab431 X-Virus-Checked: Checked by ClamAV on apache.org [ http://jira.codehaus.org/browse/CONTINUUM-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brett Porter updated CONTINUUM-1689: ------------------------------------ Fix Version/s: (was: 1.4.1) Backlog > 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, 1.3.4 > Reporter: Baptiste MATHUS > Priority: Minor > Fix For: Backlog > > > 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 =&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 "=>" > then another pass detects the & although it shouldn't process it anymore, so : > * second "=>" is in turn converted "=&gt;" > I guess the correction weight might depend on how those conversion are done. As a lot of conversions produces an &, maybe encoding & as & 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