Return-Path: X-Original-To: apmail-continuum-issues-archive@www.apache.org Delivered-To: apmail-continuum-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C51B86485 for ; Tue, 7 Jun 2011 06:33:51 +0000 (UTC) Received: (qmail 78671 invoked by uid 500); 7 Jun 2011 06:33:51 -0000 Delivered-To: apmail-continuum-issues-archive@continuum.apache.org Received: (qmail 78619 invoked by uid 500); 7 Jun 2011 06:33:50 -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 78601 invoked by uid 99); 7 Jun 2011 06:33:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Jun 2011 06:33:49 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.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, 07 Jun 2011 06:33:44 +0000 Received: from codehaus01.managed.contegix.com (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 7E1EC19E02CC for ; Tue, 7 Jun 2011 01:33:23 -0500 (CDT) Date: Tue, 7 Jun 2011 01:33:22 -0500 (CDT) From: "Maria Odea Ching (JIRA)" To: issues@continuum.apache.org Message-ID: <19034687.86722.1307428402831.JavaMail.haus-jira@codehaus01.managed.contegix.com> Subject: [jira] Closed: (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 [ http://jira.codehaus.org/browse/CONTINUUM-1689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maria Odea Ching closed CONTINUUM-1689. --------------------------------------- Resolution: Fixed Patch fixes the problem. I applied it to trunk in [-r1132877|http://svn.apache.org/viewvc?rev=1132877&view=rev]. Thanks Chris! :) > 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 (Beta) > Reporter: Baptiste MATHUS > Assignee: Maria Odea Ching > Priority: Minor > Fix For: 1.4.1 (Beta) > > Attachments: CONTINUUM-1689.patch > > > 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