You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/11/08 21:20:51 UTC

[jira] Closed: (GERONIMO-3593) URLName getFile() processing not consistent with reference version.

     [ 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.