[icedtea-web] RFC: PR618 - Can't install OpenDJ, JavaWebStart fails with Input stream is null error.
Omair Majid
omajid at redhat.com
Tue Jan 25 11:42:54 PST 2011
Hi,
The attached patch fixes PR618. The issue is that jars marked as lazy
are not currently searched for resources other than classes. So loading
classes from lazy jars works, but loading anything else (zip files in
the case of the bug report) fails.
The attached patch fixes findResources to use lazy jars if needed.
URLClassLoader invokes findResource() as a part of its getResource()
implementation. Instead of duplicating the addition of lazy jars in
getResource(), getResource() was removed, and findResource added
instead. findResource() now delegates to findResources(), so there is
only one place where an actual search for resources is performed.
Any concerns or comments?
Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lazy-load-resources-02.patch
Type: text/x-patch
Size: 2423 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110125/121ccf83/lazy-load-resources-02.patch
More information about the distro-pkg-dev
mailing list