[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798493#action_12798493
 ] 

Sebb commented on HTTPCLIENT-903:
---------------------------------

URL: http://svn.apache.org/viewvc?rev=897643&view=rev
Log:
HTTPCLIENT-903 Use ConcurrentHashMap instead of [Linked]HashMap for 
thread-safety

Modified:
   
httpcomponents/httpclient/trunk/httpclient/src/main/java/org/apache/http/cookie/CookieSpecRegistry.java
   
httpcomponents/httpclient/trunk/httpclient/src/test/java/org/apache/http/cookie/TestCookiePolicy.java

URL: http://svn.apache.org/viewvc?rev=897644&view=rev
Log:
HTTPCLIENT-903 Use ConcurrentHashMap instead of [Linked]HashMap for 
thread-safety

Modified:
   httpcomponents/httpclient/trunk/RELEASE_NOTES.txt



> Use ConcurrentHashMap instead of HashMap wherever thread-safe access is needed
> ------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-903
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-903
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Sebb
>
> Consider using ConcurrentHashMap instead of HashMap for any Maps that are 
> used by multiple threads.
> For example SchemeRegistry and AuthSchemeRegistry.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to