[Bug 1189] Icedtea-plugin requires code attribute when using jnlp_href
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Mon Dec 10 14:32:36 PST 2012
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1189
--- Comment #1 from Saad Mohammad <smohammad at redhat.com> ---
Google Chrome does not launch applets that do not have a code attribute
defined. This is rather unfortunate as the main-class name can be found within
the jnlp file, if jnlp_href is used.
As for Firefox, however, there is no dependency on the code attribute to
continue launching the applet. Just like the proprietary plugin, we should also
avoid the dependency of the code attribute if the information can be found
elsewhere. In cases where the jnlp file is missing the main-class attribute, it
will lead to a ParseException resembling similar behaviour of the proprietary
plugin since it's a requirement in a jnlp applet file.
--
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/20121210/60847e6a/attachment.html
More information about the distro-pkg-dev
mailing list