Details
-
Bug
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
17
-
b13
Description
HttpsClient extends sun.net.www.http.HttpClient. HttpClient internally uses a lock when dealing with internal state, in methods like putInKeepAliveCache(). The HttpsClient overrides this method and in its implementation it doesn't use the lock when dealing with the "inCache" internal field. This looks like an oversight.
Attachments
Issue Links
- relates to
-
JDK-6782751 HttpsClient.putInKeepAliveCache() does not grant HttpClient.inCache changed
-
- Resolved
-