Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDEE8D544 for ; Mon, 13 Aug 2012 01:30:48 +0000 (UTC) Received: (qmail 90621 invoked by uid 500); 13 Aug 2012 01:30:48 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 90546 invoked by uid 500); 13 Aug 2012 01:30:48 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 90538 invoked by uid 99); 13 Aug 2012 01:30:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 01:30:48 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [63.246.24.159] (HELO codehaus01.managed.contegix.com) (63.246.24.159) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 01:30:42 +0000 Received: from codehaus01 (localhost.localdomain [127.0.0.1]) by codehaus01.managed.contegix.com (Postfix) with ESMTP id 1975BB062E for ; Sun, 12 Aug 2012 20:30:22 -0500 (CDT) Date: Sun, 12 Aug 2012 20:30:22 -0500 (CDT) From: "Seiji KOMATSU (JIRA)" To: issues@maven.apache.org Message-ID: <644282284.40307.1344821422104.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> In-Reply-To: <1828429524.62386.1333620182854.JavaMail.j2ee-jira@codehaus01.managed.contegix.com> Subject: [jira] (SUREFIRE-857) Non-ASCII source and name in ReportEntry are escaped unicode on fork. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 22cf62d5d84cf5bea94eb3b65e0ebd09 [ https://jira.codehaus.org/browse/SUREFIRE-857?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D306029#= comment-306029 ]=20 Seiji KOMATSU commented on SUREFIRE-857: ---------------------------------------- It's good. I've confirmed it's OK at rev.1372066. Thank you! =20 > Non-ASCII source and name in ReportEntry are escaped unicode on fork. > --------------------------------------------------------------------- > > Key: SUREFIRE-857 > URL: https://jira.codehaus.org/browse/SUREFIRE-857 > Project: Maven Surefire > Issue Type: Bug > Components: process forking > Affects Versions: 2.9, 2.10, 2.11, 2.12 > Reporter: kayakiss > Assignee: Kristian Rosenvold > Fix For: 2.13.0 > > Attachments: unescape.patch > > > Non-ASCII source and name in ReportEntry are escaped unicode on fork. For= example '=C0'(A with grave) is replaced \u00C0. > {noformat} > public class Escape=C0Test { > @Test > public void test=C0Test() { > } > } > {noformat} > XML report of this test class is following. > {noformat} > > {noformat} > This problem is that *org.apache.maven.plugin.surefire.booterclient.outpu= .ForkClient* is not unescape for ReportEntry source and name. Because these= are escaped with *org.apache.maven.surefire.booter.ForingRunListener*, *Fo= rkClient* must be unescaped. > In the attached patch for 2.12 I fixed this problem. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira