Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 54177 invoked from network); 22 Feb 2007 05:55:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Feb 2007 05:55:02 -0000 Received: (qmail 21328 invoked by uid 500); 22 Feb 2007 05:55:09 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 21111 invoked by uid 500); 22 Feb 2007 05:55:08 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 21102 invoked by uid 99); 22 Feb 2007 05:55:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 21:55:08 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of elena.semukhina@gmail.com designates 64.233.182.187 as permitted sender) Received: from [64.233.182.187] (HELO nf-out-0910.google.com) (64.233.182.187) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Feb 2007 21:54:57 -0800 Received: by nf-out-0910.google.com with SMTP id d4so438253nfe for ; Wed, 21 Feb 2007 21:54:36 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=I9NP5SWm6xdoBS1wENNHFgOc4ml7LUm4JmS7oHIV7a0aX9I4NVBSU9g+QW2SlWlOvSAQSv1MnN+JNwCiXxmgnKXWXHYI4FCWGFCI78rUuPZpdAIm+0V2JhRn7XOj4/eQGNDtEuTwBhCO12Br16ypSSPV+xwJLN6eAY6aLNgmYsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=rNU+nqnaeCT8ZcKWyX9ETq3Sm2dUuznASoFZ2AUETvEzurwJSCGwC3K4o9XCmr7Zvo9hB3zmCfQZhB1ajX7JWVN1C9GDmrMFe1EJOScAePHdEHEUoUUmYUwNDwazY4/HAt+PYMfYRJmzIrxa1LxCS+F+JhzSnj7sMzQJn2MvM1I= Received: by 10.82.155.10 with SMTP id c10mr53011bue.1172123676146; Wed, 21 Feb 2007 21:54:36 -0800 (PST) Received: by 10.82.138.10 with HTTP; Wed, 21 Feb 2007 21:54:36 -0800 (PST) Message-ID: Date: Thu, 22 Feb 2007 11:54:36 +0600 From: "Elena Semukhina" To: "Mikhail Markov" Subject: Re: [classlib][io] a bug in File.toURI() Cc: dev@harmony.apache.org In-Reply-To: <51abf0750702200611l3b236a35x8863c12408edbb18@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_17190_10475134.1172123676115" References: <51abf0750702200611l3b236a35x8863c12408edbb18@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_17190_10475134.1172123676115 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I tried the patch and found it working as expected. Now we need it to be committed. Thanks, Elena On 2/20/07, Mikhail Markov wrote: > > Hi Elena, > > I've fixed the problem and attached the patch to the JIRA. > > Regards, > Mikhail > > > On 2/20/07, Elena Semukhina wrote: > > > > Hello, > > > > I discovered a bug and described it in > > https://issues.apache.org/jira/browse/HARMONY-3207. The File.toURI() > > method > > does not add a terminal slash to a URI corresponding to the pathname of > > a > > current directory. > > > > Could anyone look at the bug and fix it? > > -- > > Thanks, > > Elena > > > > ------=_Part_17190_10475134.1172123676115--