Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 6444 invoked from network); 8 Nov 2007 20:21:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Nov 2007 20:21:18 -0000 Received: (qmail 37313 invoked by uid 500); 8 Nov 2007 20:21:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 37260 invoked by uid 500); 8 Nov 2007 20:21:00 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 37244 invoked by uid 99); 8 Nov 2007 20:21:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 12:20:59 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Nov 2007 20:21:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2B66B714233 for ; Thu, 8 Nov 2007 12:20:51 -0800 (PST) Message-ID: <26303264.1194553251175.JavaMail.jira@brutus> Date: Thu, 8 Nov 2007 12:20:51 -0800 (PST) From: "Rick McGuire (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3593) URLName getFile() processing not consistent with reference version. In-Reply-To: <16078719.1194553010561.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-3593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire closed GERONIMO-3593. ---------------------------------- Resolution: Fixed Committed revision 593290. > URLName getFile() processing not consistent with reference version. > ------------------------------------------------------------------- > > Key: GERONIMO-3593 > URL: https://issues.apache.org/jira/browse/GERONIMO-3593 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: mail > Reporter: Rick McGuire > Assignee: Rick McGuire > > The URLName handling of getFile() is not consistent with the Sun reference implementation. For example, > url = new URLName("http://www.apache.org/file/file1#ref"); > System.out.println(">>>>> URLNAME: " + url); > System.out.println(">>>>> URLNAME file: " + url.getFile()); > will display "/file/file1" with the Geronimo version and "file/file1" with the Sun version. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.