[Bug 2746] IcedTea-Web Plugin 1.6.1: net.sourceforge.jnlp.LaunchException
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Wed Jan 6 13:02:28 UTC 2016
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2746
JiriVanek <jvanek at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|INVALID |FIXED
--- Comment #2 from JiriVanek <jvanek at redhat.com> ---
For record:
The launching jnlp is:
<?xml version="1.0" encoding="UTF-8"?>
<jnlp href="JavaDetection_applet.jnlp" spec="1.0+">
<information>
<title>Java Detection</title>
<vendor>Oracle Inc.</vendor>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.6+"/>
<jar href="JavaDetection.jar" />
</resources>
<security>
<all-permissions />
</security>
<applet-desc
name="Java Detection Applet"
main-class="JavaDetection"
width="1"
height="1">
</applet-desc>
<update check="background"/>
</jnlp>
but the signing is
<?xml version="1.0" encoding="UTF-8"?>
<jnlp codebase="https://java.com/en/download/" href="JavaDetection_applet.jnlp"
spec="1.0+">
<information>
<title>Java Detection</title>
<vendor>Oracle Inc.</vendor>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.6+"/>
<jar href="JavaDetection.jar" />
</resources>
<security>
<all-permissions />
</security>
<applet-desc
name="Java Detection Applet"
main-class="JavaDetection"
width="1"
height="1">
</applet-desc>
<update check="background"/>
</jnlp>
you may see the redundant codebase in signing one (or missing in launching one)
If proprietary plugin launches this, it is big bug.
--
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/20160106/d3606c77/attachment.html>
More information about the distro-pkg-dev
mailing list