Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 67439 invoked from network); 13 Aug 2007 15:21:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 15:21:55 -0000 Received: (qmail 49095 invoked by uid 500); 13 Aug 2007 15:21:53 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 49075 invoked by uid 500); 13 Aug 2007 15:21:52 -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 49046 invoked by uid 99); 13 Aug 2007 15:21:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 08:21:52 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 13 Aug 2007 15:22:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A3CE47141E2 for ; Mon, 13 Aug 2007 08:21:31 -0700 (PDT) Message-ID: <24333842.1187018491663.JavaMail.jira@brutus> Date: Mon, 13 Aug 2007 08:21:31 -0700 (PDT) From: "Oleg Kalnichevski (JIRA)" To: httpcomponents-dev@jakarta.apache.org Subject: [jira] Resolved: (HTTPCLIENT-684) HttpClient.executeMethod(hostConfig, getMethod) does not use custom Protocols when the GetMethod contains an absolute uri. In-Reply-To: <25605236.1187017411238.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-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-684. ------------------------------------------ Resolution: Won't Fix This is getting truly depressing. Second report on the same day. Folks, this is the _intended_ behavior. Please see the archives for _numerous_ discussions on the subject. For a workaround please see HTTPCLIENT-634 Oleg > HttpClient.executeMethod(hostConfig, getMethod) does not use custom Protocols when the GetMethod contains an absolute uri. > --------------------------------------------------------------------------------------------------------------------------- > > Key: HTTPCLIENT-684 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-684 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 3.0.1, 3.1 RC1 > Environment: linux > Reporter: Robbert-Jan Roos > Priority: Minor > Attachments: HttpClientHostConfigurationTest.java > > > For SSL based connections I'm trying to use a ProtocolSocketFactory on 1 > connection using a custom Protocol registration on the HostConfiguration object. > Unfortunately the GetMethod contains an absolute uri, which makes executeMethod > ignore my HostConfiguration (httpclient-3.1-rc1, line 388 removes the Protocol > declaration) This is also the case in 3.0.1. > See also the junit test with this issue. -- 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