Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 24181 invoked from network); 21 Dec 2005 08:14:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 08:14:16 -0000 Received: (qmail 40453 invoked by uid 500); 21 Dec 2005 08:14:15 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 40116 invoked by uid 500); 21 Dec 2005 08:14:14 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 40105 invoked by uid 99); 21 Dec 2005 08:14:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 00:14:14 -0800 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=SPF_PASS,SUBJECT_ENCODED_TWICE,SUBJECT_EXCESS_QP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of antoine@gmx.de designates 213.165.64.21 as permitted sender) Received: from [213.165.64.21] (HELO mail.gmx.net) (213.165.64.21) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 21 Dec 2005 00:14:13 -0800 Received: (qmail 12583 invoked by uid 0); 21 Dec 2005 08:13:51 -0000 Received: from 194.39.131.40 by www7.gmx.net with HTTP; Wed, 21 Dec 2005 09:13:51 +0100 (MET) Date: Wed, 21 Dec 2005 09:13:51 +0100 (MET) From: "Antoine Levy-Lambert" To: "Ant Developers List" Cc: jesse.glick@sun.com MIME-Version: 1.0 References: <87bqzbhwja.fsf@www.samaflost.de> Subject: =?ISO-8859-1?Q?Re:_svn_commit:_r358117_-_/ant/core/trunk/src/testcases/or?= =?ISO-8859-1?Q?g/apache/tools/ant/taskdefs/optional/TraXLiaisonTest.java?= X-Priority: 3 (Normal) X-Authenticated: #22961642 Message-ID: <22111.1135152831@www7.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, I would be inclined to revert the changes in FileUtils.toURI where we are using URI.toASCIIString(). Since the new encoding and decoding routines do the right thing to encode non ASCII characters, we should be on the safe side. @Jesse : thoughts ? Cheers, Antoine > --- Urspr�ngliche Nachricht --- > Von: Stefan Bodewig > An: dev@ant.apache.org > Betreff: Re: svn commit: r358117 - > /ant/core/trunk/src/testcases/org/apache/tools/ant/taskdefs/optional/TraXLiaisonTest.java > Datum: Wed, 21 Dec 2005 06:03:05 +0100 > > On Tue, 20 Dec 2005, Antoine Levy-Lambert wrote: > > > 2) what worries me is that what we now get by calling > > FileUtils.toURI seems to start with file:/// under JDK 1.5 and > > file:/ under JDK 1.4. Is this good or bad ? or indifferent ? Not > > sure. Jesse Glick wrote [1] that file URIs should start with file:/ > > . the extra double slash being not needed. > > file is a hierarchical URL protocol, so in general it takes the form > file://host/path, the three slash form is the special case of host > being localhost. It may be true that the Java runtime doesn't need > three slashes, but I'm not sure this applies to file URLs in general. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org > For additional commands, e-mail: dev-help@ant.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org