You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/30 12:46:33 UTC

[jira] Commented: (HARMONY-3053) [classlib][luni]JarURLConnection.getEntryName() returns incorrect value

    [ https://issues.apache.org/jira/browse/HARMONY-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468584 ] 

Tony Wu commented on HARMONY-3053:
----------------------------------

verified at r501374, thanks Tim.

> [classlib][luni]JarURLConnection.getEntryName() returns incorrect value
> -----------------------------------------------------------------------
>
>                 Key: HARMONY-3053
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3053
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Assigned To: Tim Ellison
>         Attachments: Harmony-3053.diff
>
>
> following testcase passes on RI but fails on Harmony
> URL url = new URL("jar:file:///bar.jar!/foo.jar!/Bugs/HelloWorld.class");
> assertEquals("foo.jar!/Bugs/HelloWorld.class",((JarURLConnection)url.openConnection()).getEntryName());

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.