From continuum-issues-return-208-apmail-maven-continuum-issues-archive=maven.apache.org@maven.apache.org Tue Mar 11 09:24:01 2008 Return-Path: Delivered-To: apmail-maven-continuum-issues-archive@locus.apache.org Received: (qmail 58428 invoked from network); 11 Mar 2008 09:24:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Mar 2008 09:24:01 -0000 Received: (qmail 95119 invoked by uid 500); 11 Mar 2008 09:23:57 -0000 Delivered-To: apmail-maven-continuum-issues-archive@maven.apache.org Received: (qmail 95101 invoked by uid 500); 11 Mar 2008 09:23:57 -0000 Mailing-List: contact continuum-issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-issues@maven.apache.org Received: (qmail 95090 invoked by uid 99); 11 Mar 2008 09:23:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 02:23:57 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Tue, 11 Mar 2008 09:23:21 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 99C1D14A803F for ; Tue, 11 Mar 2008 04:23:31 -0500 (CDT) Message-ID: <22909264.1205227411591.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 11 Mar 2008 04:23:31 -0500 (CDT) From: "Baptiste MATHUS (JIRA)" To: continuum-issues@maven.apache.org Subject: [jira] Created: (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-Virus-Checked: Checked by ClamAV on apache.org 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 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