8318599: HttpURLConnection cache issues leading to crashes in JGSS w/ native GSS introduced by 8303809

Reviewed-by: dfuchs
This commit is contained in:
Michael McMahon 2023-11-27 22:43:48 +00:00
parent 7848ed779b
commit f1a24f6d48

View file

@ -152,7 +152,7 @@ class NegotiateAuthentication extends AuthenticationInfo {
@Override
protected boolean useAuthCache() {
return super.useAuthCache() && cacheSPNEGO;
return false;
}
/**