src/share/classes/sun/security/krb5/internal/ccache/FileCredentialsCache.java

Print this page

        

@@ -358,11 +358,11 @@
 
         String stdCacheNameComponent = "krb5cc";
         String name;
 
         // The env var can start with TYPE:, we only support FILE: here.
-        // http://docs.oracle.com/cd/E19082-01/819-2252/6n4i8rtr3/index.html
+        // https://docs.oracle.com/cd/E19082-01/819-2252/6n4i8rtr3/index.html
         name = java.security.AccessController.doPrivileged(
                 new java.security.PrivilegedAction<String>() {
             @Override
             public String run() {
                 String cache = System.getenv("KRB5CCNAME");