Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 44192 invoked from network); 27 May 2010 06:54:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 06:54:05 -0000 Received: (qmail 9041 invoked by uid 500); 27 May 2010 06:54:05 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 8795 invoked by uid 500); 27 May 2010 06:54:02 -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 8786 invoked by uid 99); 27 May 2010 06:54:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 06:54:01 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 06:53:58 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4R6rbkb020734 for ; Thu, 27 May 2010 06:53:37 GMT Message-ID: <26908470.17141274943217055.JavaMail.jira@thor> Date: Thu, 27 May 2010 02:53:37 -0400 (EDT) From: "oliver z (JIRA)" To: dev@hc.apache.org Subject: [jira] Created: (HTTPCLIENT-945) HttpClient does not follow 302 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 HttpClient does not follow 302 ------------------------------- Key: HTTPCLIENT-945 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-945 Project: HttpComponents HttpClient Issue Type: Bug Affects Versions: 4.1 Alpha2, 4.0.1 Environment: Win7, Netbeans 6.8, JDK6_20 Reporter: oliver z i have a server which gives me a authentication string in the request header. with that i can connect to my streamserver and download a video file eg. mp3/avi... my server sends: [X-Powered-By=PHP/5.2.11, Cache-Control=no-cache, no-store, must-revalidate, Pragma=no-cache, Expires=Sat, 26 Jul 2010 05:00:00 GMT, Content-Type=audio/mpeg, Location=http://mysub.myhost.com/3728/20713728.avi?__dd1__=1274891260, Content-Length=0, Connection=close, Date=Wed, 26 May 2010 16:17:40 GMT, Server=lighttpd/1.5.0] this is the 302 (says wireshark) but HttpClient will just not follow but it must because the headers etc. are used for authentication how can i achieve that? -- 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