[Bug 1513] Applet fails to load
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jan 29 08:34:57 PST 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1513
--- Comment #6 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea-web?cmd=changeset;node=7933143a1286
author: Andrew Azores <aazores at redhat.com>
date: Wed Jan 29 11:34:24 2014 -0500
Fix regression in previous PR1513 patch
Fix for regression due to PR1513 fix. ClassLoader was too optimistic about
finding codebase main-classes and so the not-all-signed dialog would
appear even for applets that were entirely broken and could not be loaded
at all.
* netx/net/sourceforge/jnlp/Launcher.java: (createApplet,
createAppletObject) pass enableCodeBase to JNLPClassLoader
* netx/net/sourceforge/jnlp/runtime/JNLPClassLoader.java: (enableCodeBase)
removed, now done by constructor argument. (checkNotAllSignedWithUser)
minor refactor. (initializeResources) actually check if main-class is
loadable from codebase when this is suspected, rather than assuming it
will be there
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140129/976eaeff/attachment.html
More information about the distro-pkg-dev
mailing list