[RFC][icedtea-web]: Small fix for PR1189 w/ reproducer

Saad Mohammad smohammad at redhat.com
Fri Oct 12 11:28:53 PDT 2012


Hi,

The patches attached includes the reproducer and the fix for PR1189.
<http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1189>

CHANGELOG - BUG FIX
========================================================================
2012-10-12  Saad Mohammad  <smohammad at redhat.com>

	Fixes PR1189.
	* netx/net/sourceforge/jnlp/PluginBridge.java (PluginBridge):
	Overrides main-class name with the one specified in the jnlp
	file if applet tag contains a jnlp_href.
	* plugin/icedteanp/java/sun/applet/PluginAppletViewer.java (parse):
	Removes null assigning to atts if code attribute is missing.

CHANGELOG - REPRODUCER
========================================================================
2012-10-12  Saad Mohammad  <smohammad at redhat.com>

	Adds reproducer for PR1189.
	*
tests/reproducers/simple/AppletTagWithMissingCodeAttribute/resources/AppletTagWithMissingCodeAttribute.html:
	Simple webpage which contains an applet tag with no code attribute.
	*
tests/reproducers/simple/AppletTagWithMissingCodeAttribute/resources/AppletTagWithMissingCodeAttribute.jnlp:
	Jnlp file that is used by the webpages using jnlp_href.
	*
tests/reproducers/simple/AppletTagWithMissingCodeAttribute/srcs/SimpleApplet.java:
	Simple applet class that outputs a string.
	*
tests/reproducers/simple/AppletTagWithMissingCodeAttribute/testcases/AppletTagWithMissingCodeAttribute.java:
	Testcase that tests applets without code attribute in html pages.

-- 
Cheers,
Saad Mohammad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Changelog-News0-1.patch
Type: text/x-patch
Size: 941 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121012/e083bc8c/Changelog-News0-1.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ChangelogReproducer0-1.patch
Type: text/x-patch
Size: 893 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121012/e083bc8c/ChangelogReproducer0-1.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix0-1.patch
Type: text/x-patch
Size: 1606 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121012/e083bc8c/fix0-1.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reproducer0-1.patch
Type: text/x-patch
Size: 10383 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121012/e083bc8c/reproducer0-1.patch 


More information about the distro-pkg-dev mailing list