Skip to content

Commit

Permalink
Accept Kerberos credential cache file path without FILE prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuy-fb authored and dain committed Oct 23, 2015
1 parent 097536e commit 7fbc5b2
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -175,8 +175,7 @@ private static String defaultCredentialCachePath()
if (value != null && value.startsWith("FILE:")) {
return value.substring("FILE:".length());
}

return null;
return value;
}

public static final class ClientSessionProperty
Expand Down

0 comments on commit 7fbc5b2

Please sign in to comment.