From adb0ee9b1e3d55dea32014902763071a83750f1d Mon Sep 17 00:00:00 2001 From: Elizabeth Fong Date: Thu, 19 Oct 2006 21:13:28 +0000 Subject: [PATCH] Oh god, something's gone wrong with MSIE and the signature validation. Pull it out. --- src/java/com/threerings/getdown/launcher/GetdownApplet.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/java/com/threerings/getdown/launcher/GetdownApplet.java b/src/java/com/threerings/getdown/launcher/GetdownApplet.java index 54dae9c..8a69db7 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownApplet.java +++ b/src/java/com/threerings/getdown/launcher/GetdownApplet.java @@ -71,6 +71,7 @@ public class GetdownApplet extends JApplet signature = ""; } + /* Object[] signers = GetdownApplet.class.getSigners(); if (signers.length == 0) { _safe = true; @@ -97,6 +98,7 @@ public class GetdownApplet extends JApplet "aborting installation."); return; } + */ // Pass through properties parameter. String properties = getParameter("properties");