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

Backport-of: f1a24f6d4827f9b8648dd2afe6d606dab67d51fe
  • Loading branch information
Andrew Lu committed Apr 19, 2024
1 parent 6c5500b commit 686399a
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

1 comment on commit 686399a

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.