Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 44570 invoked from network); 10 Jul 2008 19:11:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2008 19:11:15 -0000 Received: (qmail 52593 invoked by uid 500); 10 Jul 2008 19:10:56 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 52531 invoked by uid 500); 10 Jul 2008 19:10:55 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 52519 invoked by uid 99); 10 Jul 2008 19:10:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 12:10:55 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of treeder@gmail.com designates 209.85.200.170 as permitted sender) Received: from [209.85.200.170] (HELO wf-out-1314.google.com) (209.85.200.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2008 19:10:04 +0000 Received: by wf-out-1314.google.com with SMTP id 28so3431949wfa.27 for ; Thu, 10 Jul 2008 12:10:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=IeVwVwQGAq7fXOKsycX8h1GuzVP9mA9AGiiXFlQ1jJY=; b=hgLP6OrqKx0bCJuvUZQgCCskNnlsIi+dxsf3NMYEnXn8BqUEuFOlURJ8mz4tGIZV1R xkb7xeDP9JFezCq7zbW/Qpg4bq2oZMtBRebZZk9zid2BLOtdM3LqHtl2q0gHmfIsmQun 86of2nhU8AKeum9XjJySI5pQrmb5ysZphnYVs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=KbeaDDXac7oFy+LgpR3Fh4jkwLyUrOZXV1vui1h9WqSl+Z6TJfTCgpugog967OmYi5 S6zUn8IRkGqV0cAfLIkbZo+OiX1BTziylJc9WI0PS4CBIw3PL59egwezTsaA7vDzkE5c WRT3WO39hjcae8hQMVHQYDfiVRxwztCksP45U= Received: by 10.142.143.4 with SMTP id q4mr2798775wfd.162.1215717027411; Thu, 10 Jul 2008 12:10:27 -0700 (PDT) Received: by 10.142.255.5 with HTTP; Thu, 10 Jul 2008 12:10:27 -0700 (PDT) Message-ID: Date: Thu, 10 Jul 2008 12:10:27 -0700 From: "Travis Reeder" To: "Jakarta Commons Users List" Subject: [LANG] Add FastUrlEncoder class from Google's Data API MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_13431_9467915.1215717027349" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_13431_9467915.1215717027349 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Read the javadoc that explains this class. Seems like a good thing for commons-lang to have so any project can benefit from it. http://code.google.com/p/gdata-java-client/source/browse/trunk/java/src/com/google/gdata/util/httputil/FastURLEncoder.java Thoughts? Travis ------=_Part_13431_9467915.1215717027349--