[icedtea-web] RFC: Fix problem in resolving classes

Omair Majid omajid at redhat.com
Mon Jun 25 13:11:24 PDT 2012


Hi,

IcedTea-Web currently has a bug where it can not resolve classes under
certain situations. It can trigger when the following sequence of steps
happen:

1. An applet with both a codebase and a jar (archive) is loaded
2. A class is loaded using the codebase loader
3. The class tries to load a class that is specified in the archive

The following applet reproduces the problem:

http://javadjvu.foxtrottechnologies.com/cgi-bin/djvuapplet.pl/examples/deer.djvu?zoom=page

Thoughts? Comments?

Thanks,
Omair

ChangeLog:

2012-06-25  Omair Majid  <omajid at redhat.com>

  * netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java
  (findClass): Invoke CodeBaseClassLoader.findClass with a flag to
  avoid infinite recursion.
  (CodeBaseClassLoader.findClass(String)): Delegate to ...
  (CodeBaseClassLoader.findClass(String,boolean)): New method.
  *
tests/netx/unit/net/sourceforge/jnlp/runtime/CodeBaseClassLoaderTest.java
  (testParentClassLoaderIsAskedForClasses): New method.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: class-loading-01.patch
Type: text/x-patch
Size: 4714 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120625/b7a64c19/class-loading-01.patch 


More information about the distro-pkg-dev mailing list