Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 94D997F44 for ; Wed, 20 Jul 2011 15:13:32 +0000 (UTC) Received: (qmail 58823 invoked by uid 500); 20 Jul 2011 15:13:32 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 58064 invoked by uid 500); 20 Jul 2011 15:13:31 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 57689 invoked by uid 99); 20 Jul 2011 15:13:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 15:13:30 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 15:13:28 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 26FE54A7B0 for ; Wed, 20 Jul 2011 15:13:07 +0000 (UTC) Date: Wed, 20 Jul 2011 15:13:07 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: <1968892598.8074.1311174787156.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HTTPCLIENT-831) document how to use httpClient to proxy a http basic auth MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-831. ------------------------------------------ Resolution: Won't Fix > document how to use httpClient to proxy a http basic auth > --------------------------------------------------------- > > Key: HTTPCLIENT-831 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-831 > Project: HttpComponents HttpClient > Issue Type: Improvement > Components: HttpClient > Affects Versions: 3.1 Final > Environment: debian stable, jdk1.5 > Reporter: Ralf Hauser > Fix For: Future > > > http://hc.apache.org/httpclient-3.x/authentication.html describes many aspects of authentication. > We use httpClient to write a proxy and it simply writes back to the javax.servlet.http.HttpServletResponse whatever the httpClient GetMethod sees. > Works fine for a static web-site. > However, when the proxy (httpClient GetMethod) hits a page of the remote server that requires http basic auth, the response GetMethod copied to the javax.servlet.http.HttpServletResponse will not trigger a http basic auth request in my firefox that the proxy could pass through. > see also http://issues.apache.org/jira/browse/HTTPCLIENT-524 -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org