Return-Path: Delivered-To: apmail-hc-httpclient-users-archive@www.apache.org Received: (qmail 47713 invoked from network); 15 Jun 2010 06:20:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Jun 2010 06:20:22 -0000 Received: (qmail 90032 invoked by uid 500); 15 Jun 2010 06:20:22 -0000 Delivered-To: apmail-hc-httpclient-users-archive@hc.apache.org Received: (qmail 89722 invoked by uid 500); 15 Jun 2010 06:20:20 -0000 Mailing-List: contact httpclient-users-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpClient User Discussion" Delivered-To: mailing list httpclient-users@hc.apache.org Received: (qmail 89713 invoked by uid 99); 15 Jun 2010 06:20:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 06:20:19 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Jun 2010 06:20:12 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OOPV1-00049J-KX for httpclient-users@hc.apache.org; Mon, 14 Jun 2010 23:19:51 -0700 Message-ID: <28887590.post@talk.nabble.com> Date: Mon, 14 Jun 2010 23:19:51 -0700 (PDT) From: Udit Bhatnagar To: httpclient-users@hc.apache.org Subject: how to use HttoCore 4.0.1 directly instead of httpclient 4.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: ubhatnagar@chambal.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am using httpclient4.x in my code for GET request, as I am upgrading httpclient3.x to httpclient4.x in my project. The domain name of the requested URI contains some Invalid Character as '_', so Httpclient4.x is not lenient with this domain name and giving me error "Http host can not be null" but this URI is allowed with Httpclient 3.x. Some where I come to know that this issue can be solved if I do use httpcore4.0.1 directly. So I want to know that Hoe can i use the httpcore4.0.1 directly instead of httpclient 4.0.1 for get request. Sample regarding this issue are most appreciated. For more detail visit the post - http://old.nabble.com/GET-request-using-httpclient4.0.1-to28830292.html http://old.nabble.com/GET-request-using-httpclient4.0.1-to28830292.html Thank you. -- View this message in context: http://old.nabble.com/how-to-use-HttoCore-4.0.1-directly-instead-of-httpclient-4.0.1-tp28887590p28887590.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org For additional commands, e-mail: httpclient-users-help@hc.apache.org