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/25 11:18:49 UTC

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

[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


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.


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

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu updated HARMONY-3053:
-----------------------------

    Patch Info: [Patch Available]

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


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

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison closed HARMONY-3053.
--------------------------------


Verified by Tony.


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


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

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Ellison reassigned HARMONY-3053:
------------------------------------

    Assignee: Tim Ellison

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


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

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu updated HARMONY-3053:
-----------------------------

    Attachment: Harmony-3053.diff

patch available, would you please try it, thanks a lot.

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


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

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
    [ 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.