[ 
https://issues.apache.org/jira/browse/HTTPCORE-327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13754652#comment-13754652
 ] 

Mateusz Prokopowicz commented on HTTPCORE-327:
----------------------------------------------

Oleg,
How I can do context sharing in multi-threaded environment? HttpContext besides 
of storing client's attributes is also used to keep execution context data 
(connection reference among others).
Thanks,
Mateusz
                
> SSL persistent connections with client certificates
> ---------------------------------------------------
>
>                 Key: HTTPCORE-327
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-327
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore
>    Affects Versions: 4.2.3
>            Reporter: Markus Woschank
>
> using httpclient (4.2.2)  and httpcore (4.2.3) ssl connections to a server 
> (https) requiring client certificates are not reused.
> i am using DefaultHttpClient and PoolingClientConnectionManager to execute 
> the requests.
> traced it to:
> RouteSpecificPool:90 (getFree)
> > if (entry.getState() == null)
> it seems the pooled connection has a X500Principal attached whereas the 
> method is called with state==null.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to