You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Roland Weber (JIRA)" <ji...@apache.org> on 2007/09/29 19:28:50 UTC

[jira] Resolved: (HTTPCLIENT-690) Provide access to SSLSession in ManagedClientConnection

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Roland Weber resolved HTTPCLIENT-690.
-------------------------------------

    Resolution: Fixed

I've added ManagedClientConnection.getSSLSession(). Could you give it a try?

cheers,
  Roland


> Provide access to SSLSession in ManagedClientConnection
> -------------------------------------------------------
>
>                 Key: HTTPCLIENT-690
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-690
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpConn
>    Affects Versions: Snapshot
>            Reporter: Johannes Koch
>            Priority: Minor
>             Fix For: 4.0 Alpha 2
>
>
> Provide access to the wrappedConnection in org.apache.http.impl.conn.AbstractClientConnAdapter via some interface in order to access the socket from within an HttpProcessor. Currently the org.apache.http.conn.OperatedClientConnection has a getSocket() method, but the connection implementation returned by
>   context.getAttribute(ExecutionContext.HTTP_CONNECTION) 
> (org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter) does not provide access to the wrappedConnection.

-- 
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: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org


Re: [jira] Resolved: (HTTPCLIENT-690) Provide access to SSLSession in ManagedClientConnection

Posted by Johannes Koch <jo...@fit.fraunhofer.de>.
Roland Weber (JIRA) schrieb:
>      [ https://issues.apache.org/jira/browse/HTTPCLIENT-690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Roland Weber resolved HTTPCLIENT-690.
> -------------------------------------
> 
>     Resolution: Fixed
> 
> I've added ManagedClientConnection.getSSLSession(). Could you give it a try?

Yep, works for me, thanks.

-- 
Johannes Koch
BIKA Web Compliance Center - Fraunhofer FIT
Schloss Birlinghoven, D-53757 Sankt Augustin, Germany
Phone: +49-2241-142628    Fax: +49-2241-142065

---------------------------------------------------------------------
To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org