[RFC][icedtea-web]: Fix PR1166 - Embedded JNLP File is not supported in applet tag
Saad Mohammad
smohammad at redhat.com
Fri Sep 28 13:11:47 PDT 2012
Hello,
The reproducer for this bug is attached. I also found a small bug with embedded
jnlps that use "." as its codebase, therefore I attached an updated bug fix that
resolves this issue.(Added try/catch in Parser)
Thanks.
PR1166 <http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1166>
==============================================================================
Bug Fix Changelog:
2012-09-28 Saad Mohammad <smohammad at redhat.com>
Fix PR1166: Embedded JNLP File is not supported in applet tag.
* netx/net/sourceforge/jnlp/JNLPFile.java (JNLPFile):
New constructor which accepts inputstream of jnlp file and a
specified codebase.
* netx/net/sourceforge/jnlp/Parser.java (Parser):
If parsing of codebase fails, it will overwrite the codebase
with the one passed in through parameters.
* netx/net/sourceforge/jnlp/PluginBridge.java (PluginBridge):
Supports embedded jnlp file.
==============================================================================
Reproducer Changelog:
2012-09-28 Saad Mohammad <smohammad at redhat.com>
Added reproducer for PR1166.
* tests/reproducers/simple/EmbeddedJnlpInApplet/resources/EmbeddedJnlp.jnlp:
Launching jnlp file that is used by jnlp_href in applet tag
*
tests/reproducers/simple/EmbeddedJnlpInApplet/resources/EmbeddedJnlpInAppletNoCodebase.html:
Applet with an embedded jnlp file with no codebase specified
*
tests/reproducers/simple/EmbeddedJnlpInApplet/resources/EmbeddedJnlpInAppletWithDotCodebase.html:
Applet with an embedded jnlp file with codebase set as a 'dot'
* tests/reproducers/simple/EmbeddedJnlpInApplet/resources/JnlpInApplet.html:
Applet with jnlp_href file.
* tests/reproducers/simple/EmbeddedJnlpInApplet/srcs/EmbeddedJnlp.java:
Simple class that outputs strings.
*
tests/reproducers/simple/EmbeddedJnlpInApplet/testcases/EmbeddedJnlpInAppletTest.java:
Testcase that tests embedded jnlps in html pages.
==============================================================================
--
Cheers,
Saad Mohammad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Changelog-News-0-2.patch
Type: text/x-patch
Size: 1168 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120928/52d595ca/Changelog-News-0-2.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix0-2.patch
Type: text/x-patch
Size: 3663 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120928/52d595ca/fix0-2.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangelogReproducer0-1.patch
Type: text/x-patch
Size: 1158 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120928/52d595ca/ChangelogReproducer0-1.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reproducer0-1.patch
Type: text/x-patch
Size: 22797 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120928/52d595ca/reproducer0-1.patch
More information about the distro-pkg-dev
mailing list