Skip to content

Commit 686399a

Browse files
author
Andrew Lu
committedApr 19, 2024
8318599: HttpURLConnection cache issues leading to crashes in JGSS w/ native GSS introduced by 8303809
Backport-of: f1a24f6d4827f9b8648dd2afe6d606dab67d51fe
1 parent 6c5500b commit 686399a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/sun/net/www/protocol/http/NegotiateAuthentication.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private static HashMap<String, Negotiator> getCache() {
152152

153153
@Override
154154
protected boolean useAuthCache() {
155-
return super.useAuthCache() && cacheSPNEGO;
155+
return false;
156156
}
157157

158158
/**

0 commit comments

Comments
 (0)