You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tim Ellison (JIRA)" <ji...@apache.org> on 2007/01/29 17:43:49 UTC

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

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

Tim Ellison resolved HARMONY-3053.
----------------------------------

    Resolution: Fixed

Thanks Tony.

Patch applied to LUNI module at repo revision r501100.

Please check that the patch was applied as expected.


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