Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2AEF79793 for ; Mon, 30 Jan 2012 23:56:35 +0000 (UTC) Received: (qmail 99603 invoked by uid 500); 30 Jan 2012 23:56:34 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 99554 invoked by uid 500); 30 Jan 2012 23:56:33 -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 99546 invoked by uid 99); 30 Jan 2012 23:56:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 23:56:33 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of oss.akk@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-tul01m020-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2012 23:56:25 +0000 Received: by obbup6 with SMTP id up6so4453484obb.10 for ; Mon, 30 Jan 2012 15:56:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=JUjJ2hwAcKq8TTS54qFIqtiE/h9FbvjzkfrAsozIaZA=; b=J10e5XZSVFAwMRzmnhmJFwdk4gjYfYDDqoEcegOJG53EXIUbv9bDHKUrAjRoh3hQ4Y ET4h5+yJM63CFOBKep3Ph5WmHpr58Cdy2YqlJu1DiE1EVWV3jQUrS/Hh/KW/G5RPww8J yIYTZ1Ic1o9zXRUX4S6pym/4mlbVUGs3TmYuI= MIME-Version: 1.0 Received: by 10.182.75.102 with SMTP id b6mr18373901obw.9.1327967764705; Mon, 30 Jan 2012 15:56:04 -0800 (PST) Received: by 10.182.98.163 with HTTP; Mon, 30 Jan 2012 15:56:04 -0800 (PST) Date: Mon, 30 Jan 2012 15:56:04 -0800 Message-ID: Subject: o.a.commons.httpclient.URI.getEscapedURI() from httpclient 3.x - porting guide to httpclient 4.x From: Karthik K To: HttpComponents Project Content-Type: multipart/alternative; boundary=14dae93994a9e372c804b7c7961b X-Virus-Checked: Checked by ClamAV on apache.org --14dae93994a9e372c804b7c7961b Content-Type: text/plain; charset=ISO-8859-1 While migrating from o.a.commons.httpclient, encountered the above api - getEscapedURI() in commons-httpclient 3.x . Is there an equivalent of the same present in httpclient 4.x and above ? -- Karthik. --14dae93994a9e372c804b7c7961b--