changeset 419:a78024e7139f

Added patch so that applet-tags take last param. Our plugin had previously took the first param, except for a few special param's like archive. With this patch the last param is taken consistently.
author Adam Domurad <adomurad@redhat.com>
date Mon, 04 Jun 2012 15:10:20 -0400
parents 895354cdd140
children c87cba6608c6
files plugin/icedteanp/java/sun/applet/PluginAppletViewer.java
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java	Mon Jun 04 14:45:25 2012 -0400
+++ b/plugin/icedteanp/java/sun/applet/PluginAppletViewer.java	Mon Jun 04 15:10:20 2012 -0400
@@ -1923,9 +1923,6 @@
                         Hashtable<String, String> t = scanTag(c, in);
                         String att = t.get("name");
 
-                        if (atts.containsKey(att))
-                            continue;
-
                         if (att == null) {
                             statusMsgStream.println(requiresNameWarning);
                         } else {