mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8318599: HttpURLConnection cache issues leading to crashes in JGSS w/ native GSS introduced by 8303809
Reviewed-by: dfuchs
This commit is contained in:
parent
7848ed779b
commit
f1a24f6d48
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class NegotiateAuthentication extends AuthenticationInfo {
|
|||
|
||||
@Override
|
||||
protected boolean useAuthCache() {
|
||||
return super.useAuthCache() && cacheSPNEGO;
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue