Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 23663 invoked from network); 29 Sep 2007 17:29:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Sep 2007 17:29:42 -0000 Received: (qmail 88448 invoked by uid 500); 29 Sep 2007 17:29:32 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 88433 invoked by uid 500); 29 Sep 2007 17:29:31 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 88424 invoked by uid 99); 29 Sep 2007 17:29:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2007 10:29:31 -0700 X-ASF-Spam-Status: No, hits=-98.8 required=10.0 tests=ALL_TRUSTED,DNS_FROM_DOB,RCVD_IN_DOB X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2007 17:29:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DAB65714212 for ; Sat, 29 Sep 2007 10:28:50 -0700 (PDT) Message-ID: <8256051.1191086930893.JavaMail.jira@brutus> Date: Sat, 29 Sep 2007 10:28:50 -0700 (PDT) From: "Roland Weber (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCLIENT-690) Provide access to SSLSession in ManagedClientConnection In-Reply-To: <33125984.1190375630731.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ 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