[ https://issues.apache.org/jira/browse/HARMONY-6059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nathan Beyer resolved HARMONY-6059.
-----------------------------------
Resolution: Fixed
I've commited my changes at r735873.
I refined it a bit further so as to eliminate the package name massaging.
> [classlib][luni] jar URL is created with wrong protocol for URLStreamHandler
> ----------------------------------------------------------------------------
>
> Key: HARMONY-6059
> URL: https://issues.apache.org/jira/browse/HARMONY-6059
> Project: Harmony
> Issue Type: Bug
> Reporter: Li Jing Qin
> Assignee: Nathan Beyer
> Priority: Minor
> Fix For: 5.0M9
>
> Attachments: HARMONY-6059.diff, HARMONY-6059v2.diff, lf.jar
>
>
> From the spec: "Any URL that ends with a '/' is assumed to refer to a directory. Otherwise,
the URL is assumed to refer to a JAR file which will be downloaded and opened as needed".
> So what I have done follows:
> 1. specified the URLStreamHandler to the jar, not the protocol as before
> 2. Add the test case to the test-impl
> 3. Because the I have add the a class file to the lf.jar, the size of jar file is increased.
So the test size case int the JarURLConnectionTest fail. I have changed the test case.
> 4. The reason that the vm above java6 is required is because the class file I have added
to the lf.jar is compiled under the java 6.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|