mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8344248: Remove Security Manager dependencies from java.security.jgss and jdk.security.jgss modules
Reviewed-by: ascarpino
This commit is contained in:
parent
395e404666
commit
6113fa7503
42 changed files with 288 additions and 854 deletions
|
@ -31,7 +31,6 @@
|
|||
|
||||
package sun.security.krb5.internal;
|
||||
|
||||
import sun.security.action.GetPropertyAction;
|
||||
import sun.security.util.Debug;
|
||||
|
||||
import java.util.Hashtable;
|
||||
|
@ -317,8 +316,8 @@ public class Krb5 {
|
|||
}
|
||||
|
||||
// Warning: used by NativeCreds.c
|
||||
public static final Debug DEBUG = Debug.of("krb5", GetPropertyAction
|
||||
.privilegedGetProperty("sun.security.krb5.debug"));
|
||||
public static final Debug DEBUG = Debug.of("krb5",
|
||||
System.getProperty("sun.security.krb5.debug"));
|
||||
|
||||
static {
|
||||
errMsgList = new Hashtable<Integer,String> ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue