[icedtea-web] RFC: PR687
Omair Majid
omajid at redhat.com
Fri Apr 15 09:41:31 PDT 2011
Hi,
This is a (slightly updated) patch for PR687 [1].
The patch modifies how we try to find the JNLPClassLoader (from which we
find the ApplicationInstance). We first search the Context ClassLoader
(and it's parents) and then we search the ClassLoader for the classes on
the stack (and their parents).
Any thoughts or comments?
ChangeLog
2011-04-15 Omair Majid <omajid at redhat.com>
* netx/net/sourceforge/jnlp/runtime/JNLPSecurityManager.java
(getApplication): Pass the current thread as a parameter.
(getApplication): Add extra argument, Thread. Search the Thread's
context classloader and its parent and then search the
ClassLoaders, and the parents, of the classes on the stack.
(getJnlpClassLoader): New method.
(checkExit): Pass current thread as a parameter to getApplication.
Cheers,
Omair
[1] http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=687
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pr687-02.patch
Type: text/x-patch
Size: 3362 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20110415/285fe583/pr687-02.patch
More information about the distro-pkg-dev
mailing list