Oh god, something's gone wrong with MSIE and the signature validation. Pull it out.

This commit is contained in:
Elizabeth Fong
2006-10-19 21:13:28 +00:00
parent 5644e62dc5
commit adb0ee9b1e
@@ -71,6 +71,7 @@ public class GetdownApplet extends JApplet
signature = ""; signature = "";
} }
/*
Object[] signers = GetdownApplet.class.getSigners(); Object[] signers = GetdownApplet.class.getSigners();
if (signers.length == 0) { if (signers.length == 0) {
_safe = true; _safe = true;
@@ -97,6 +98,7 @@ public class GetdownApplet extends JApplet
"aborting installation."); "aborting installation.");
return; return;
} }
*/
// Pass through properties parameter. // Pass through properties parameter.
String properties = getParameter("properties"); String properties = getParameter("properties");