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.