Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 66429 invoked from network); 24 Feb 2010 08:58:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2010 08:58:49 -0000 Received: (qmail 69322 invoked by uid 500); 24 Feb 2010 08:58:48 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 69278 invoked by uid 500); 24 Feb 2010 08:58:48 -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 69268 invoked by uid 99); 24 Feb 2010 08:58:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 08:58:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2010 08:58:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EAAB429A0013 for ; Wed, 24 Feb 2010 00:58:27 -0800 (PST) Message-ID: <1012386882.487161267001907959.JavaMail.jira@brutus.apache.org> Date: Wed, 24 Feb 2010 08:58:27 +0000 (UTC) From: =?utf-8?Q?Ortwin_Gl=C3=BCck_=28JIRA=29?= To: dev@hc.apache.org Subject: [jira] Updated: (HTTPCLIENT-917) When authentication is invalidated during redirection, proxy authentication also should be invalidated In-Reply-To: <820816960.471621266957928231.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-917?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ortwin Gl=C3=BCck updated HTTPCLIENT-917: ------------------------------------ Affects Version/s: 3.1 Final > When authentication is invalidated during redirection, proxy authenticati= on also should be invalidated > -------------------------------------------------------------------------= ----------------------------- > > Key: HTTPCLIENT-917 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-917 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 3.1 Final > Reporter: Karl Wright > Attachments: proxy-auth-invalidate.patch > > > This was discovered during use by Lucene Connector Framework, on 3.1. > When a document is fetched through a proxy authenticated with NTLM, and > that document is a redirection (301 or 302), the httpclient fails to > properly use the right proxy credentials on the subsequent document > fetch. This leads to 407 errors on these kinds of documents. > I've attached a proposed patch. --=20 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: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org