Return-Path: Mailing-List: contact commons-httpclient-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list commons-httpclient-dev@jakarta.apache.org Received: (qmail 7908 invoked by uid 98); 3 Dec 2002 13:49:07 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 7889 invoked from network); 3 Dec 2002 13:49:05 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 3 Dec 2002 13:49:05 -0000 Received: (qmail 37581 invoked by uid 500); 3 Dec 2002 13:47:59 -0000 Received: (qmail 37543 invoked from network); 3 Dec 2002 13:47:59 -0000 Received: from unknown (HELO nose.ch) (195.134.131.71) by daedalus.apache.org with SMTP; 3 Dec 2002 13:47:59 -0000 Received: (qmail 5567 invoked from network); 3 Dec 2002 13:47:57 -0000 Received: from calvin.nose.ch (HELO nose.ch) (192.168.1.7) by 0 with SMTP; 3 Dec 2002 13:47:57 -0000 Message-ID: <3DECB6F9.7020306@nose.ch> Date: Tue, 03 Dec 2002 14:51:53 +0100 From: =?ISO-8859-1?Q?Ortwin_Gl=FCck?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: de-ch, en-us MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: [PATCH] HttpClient/HttpMultiClient merge version 2 References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Could you just post the HostConfiguration class again. I will happily commit it. Odi Michael Becke wrote: > The HostConfiguration class seems to be missing from CVS. It was > included in the patch, so I'm guessing it was accidentally skipped over. > > I'm assuming the tests that failed were because of the failed > redirects. I believe these were failing before this patch was applied. > > Mike