Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 61603 invoked from network); 27 Apr 2007 08:42:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Apr 2007 08:42:59 -0000 Received: (qmail 6715 invoked by uid 500); 27 Apr 2007 08:43:05 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 6689 invoked by uid 500); 27 Apr 2007 08:43:05 -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 6671 invoked by uid 99); 27 Apr 2007 08:43:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 01:43:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of foamdino@gmail.com designates 209.85.134.191 as permitted sender) Received: from [209.85.134.191] (HELO mu-out-0910.google.com) (209.85.134.191) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Apr 2007 01:42:57 -0700 Received: by mu-out-0910.google.com with SMTP id w8so1015984mue for ; Fri, 27 Apr 2007 01:42:36 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mv/8iNl5oGZJ6iCWH0Bq7zSAo21fJM+rPrnOu6B3RvkKi9ntUCZk0l/VqijXCx6GS5a7oD2MG86uqFsE9XQckBOJtZ8VvqHzruknAo7FPG4a6+PMLAZZgmcL0DHEdR4UD49DR+I+9koXL+kc3+H1BcZF9ukSUYqMgPPGmOCR9WQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=i1AmgTRGFJzdwDys/xqrIToVMyG32BZJQmn1RjQU+pSyiXnmX0hcBykNAjZq+PHpc6SB9AVTFeqUjcgJz+grE5XnZmFj9WvXoVUIpMs+oLipS/fjlRcQUFqSk5v3/ZPZj5rTTUfw0H8ZbkSJMBHnjGNhdNoV8U8HFbtQ+XCwTD4= Received: by 10.82.100.1 with SMTP id x1mr5246154bub.1177663356091; Fri, 27 Apr 2007 01:42:36 -0700 (PDT) Received: by 10.82.151.12 with HTTP; Fri, 27 Apr 2007 01:42:35 -0700 (PDT) Message-ID: Date: Fri, 27 Apr 2007 15:42:35 +0700 From: "Kevin Jackson" To: "Ant Developers List" , "jcumps@gmail.com" Subject: Re: svn commit: r531340 - /ant/core/trunk/src/main/org/apache/tools/ant/launch/Locator.java In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070423055301.0A7B11A9838@eris.apache.org> <003c01c788a1$21833e70$0201a8c0@ramsel1> X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I quick dissection of the code and I realized that I was encoding the file path to ensure that it was compatible with the URI requirements, but not decoding it before returning the value. A tiny change to the Locator.java code and the test case provided now passes. I need to re-test my initial usecase to verify I haven't broken anything. If all is ok, I will commit the fix in the next 10 mins Thanks, Kev --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org