Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 44213 invoked from network); 20 Feb 2007 12:04:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2007 12:04:57 -0000 Received: (qmail 99862 invoked by uid 500); 20 Feb 2007 12:05:03 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 99826 invoked by uid 500); 20 Feb 2007 12:05:03 -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 99815 invoked by uid 99); 20 Feb 2007 12:05:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 04:05:03 -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.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Feb 2007 04:04:52 -0800 Received: by nf-out-0910.google.com with SMTP id d4so2711142nfe for ; Tue, 20 Feb 2007 04:04:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type; b=Cdx+jccSFCFp1Zxk/YfnUnROK5R6Km9EqWcqnIwrUKVFL+ypX2jioMyRsBTv+631UiKaxt1ULiqIyEOcS73JVSKmMnOdTVao2B9mGkZezqI18YIRMLm2klvNculathaJ72THC7bXsEuIvPoPTLfivUi92X8QrrHsNOZmSYjW/8g= Received: by 10.82.138.6 with SMTP id l6mr1806864bud.1171973070523; Tue, 20 Feb 2007 04:04:30 -0800 (PST) Received: by 10.82.138.10 with HTTP; Tue, 20 Feb 2007 04:04:30 -0800 (PST) Message-ID: Date: Tue, 20 Feb 2007 18:04:30 +0600 From: "Elena Semukhina" To: dev@harmony.apache.org Subject: [classlib][io] a bug in File.toURI() Cc: elena.semukhina@gmail.com MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_46670_19685113.1171973070455" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_46670_19685113.1171973070455 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline 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_46670_19685113.1171973070455--