Skip to content

Commit

Permalink
8318599: HttpURLConnection cache issues leading to crashes in JGSS w/…
Browse files Browse the repository at this point in the history
… native GSS introduced by 8303809

Reviewed-by: dfuchs
  • Loading branch information
Michael-Mc-Mahon committed Nov 27, 2023
1 parent 7848ed7 commit f1a24f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private static HashMap<String, Negotiator> getCache() {

@Override
protected boolean useAuthCache() {
return super.useAuthCache() && cacheSPNEGO;
return false;
}

/**
Expand Down

0 comments on commit f1a24f6

Please sign in to comment.