Oh god, something's gone wrong with MSIE and the signature validation. Pull it out.
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user