publicstaticvoid main(String[] argv) throws Exception {
System.setProperty("java.security.auth.login.config", "this.file.does.not.exist"); // When JAAS login config file is lost, the original JGSS throws a // SecurityException which holds an IOException saying the file does // not exist. New caller-enabled JGSS changed this. this bug fix will // revert to the old behavior. try {
GSSUtil.login(GSSCaller.CALLER_INITIATE, GSSUtil.GSS_KRB5_MECH_OID);
} catch (SecurityException se) { if (se.getCause() instanceof java.io.IOException) { // what had been and should be...
} else { throw se;
}
}
}
}
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.10 Sekunden
(vorverarbeitet am 2026-06-10)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.