git: openjdk/jdk11u-dev: 8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
Paul Hohensee
phh at openjdk.org
Fri Mar 17 18:34:48 UTC 2023
Changeset: 1ab86935
Author: Andrey Turbanov <aturbanov at openjdk.org>
Committer: Paul Hohensee <phh at openjdk.org>
Date: 2023-03-17 18:17:10 +0000
URL: https://git.openjdk.org/jdk11u-dev/commit/1ab869358a9747291465130ca8a476a2f7893d40
8232853: AuthenticationFilter.Cache::remove may throw ConcurrentModificationException
Change implementation to use iterator instead of plain LinkedList
Reviewed-by: phh
Backport-of: d948bfd58406cb9b73c6fc4c50728647a5cdf6b5
! src/java.net.http/share/classes/jdk/internal/net/http/AuthenticationFilter.java
+ test/jdk/java/net/httpclient/AuthFilterCacheTest.java
More information about the jdk-updates-changes
mailing list