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 21484 invoked by uid 98); 16 Dec 2002 17:28:17 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Received: (qmail 21067 invoked from network); 16 Dec 2002 17:28:13 -0000 Received: from daedalus.apache.org (HELO apache.org) (63.251.56.142) by nagoya.betaversion.org with SMTP; 16 Dec 2002 17:28:13 -0000 Received: (qmail 72163 invoked by uid 500); 16 Dec 2002 17:27:01 -0000 Received: (qmail 72147 invoked from network); 16 Dec 2002 17:27:01 -0000 Received: from tomts22.bellnexxia.net (HELO tomts22-srv.bellnexxia.net) (209.226.175.184) by daedalus.apache.org with SMTP; 16 Dec 2002 17:27:01 -0000 Received: from sympatico.ca ([64.230.104.56]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20021216172703.COHV13093.tomts22-srv.bellnexxia.net@sympatico.ca> for ; Mon, 16 Dec 2002 12:27:03 -0500 Message-ID: <3DFE0CEC.4040204@sympatico.ca> Date: Mon, 16 Dec 2002 12:27:08 -0500 From: Jeffrey Dever User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Commons HttpClient Project Subject: Re: [PATCH] Samples cleaned up References: <3DFE0ADC.7000204@nose.ch> In-Reply-To: <3DFE0ADC.7000204@nose.ch> X-Enigmail-Version: 0.71.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > > As posted earlier in this list I agree that constructing the > HttpClient (HostConfig) is now over-complicated. We could have the > possibility to pass a URL/URI in one single place: either Method or > Client. It makes no sense to pass a URL to a httpclient, which should have broader scope than a single url (or a single host for that matter). Full URLs should be passed to the HttpMethod constructors. -jsd