<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: URI Escaping and java.net.URLEncoder</title>
	<atom:link href="http://www.subbu.org/blog/2008/02/uri-escaping-and-javaneturlencoder/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2008/02/uri-escaping-and-javaneturlencoder</link>
	<description>HTTP, REST and some Cycling</description>
	<pubDate>Thu, 20 Nov 2008 22:59:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Drew Cox</title>
		<link>http://www.subbu.org/blog/2008/02/uri-escaping-and-javaneturlencoder/comment-page-1#comment-206</link>
		<dc:creator>Drew Cox</dc:creator>
		<pubDate>Mon, 23 Jun 2008 01:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2008/02/uri-escaping-and-javaneturlencoder/#comment-206</guid>
		<description>Have just been bitten by this one myself.  Some more rationale for the java.net.UrlEncoder can be found in this bug report - &lt;a href="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html" rel="nofollow"&gt;http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html&lt;/a&gt;

I ended up switching to the alternative implementation found on Google Data APIs here -
&lt;a href="http://code.google.com/apis/gdata/javadoc/com/google/gdata/util/httputil/FastURLEncoder.html" rel="nofollow"&gt;http://code.google.com/apis/gdata/javadoc/com/google/gdata/util/httputil/FastURLEncoder.html&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>Have just been bitten by this one myself.  Some more rationale for the java.net.UrlEncoder can be found in this bug report - <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html" rel="nofollow">http://java.sun.com/j2se/1.4.2/docs/api/java/net/URLEncoder.html</a></p>
<p>I ended up switching to the alternative implementation found on Google Data APIs here -<br />
<a href="http://code.google.com/apis/gdata/javadoc/com/google/gdata/util/httputil/FastURLEncoder.html" rel="nofollow">http://code.google.com/apis/gdata/javadoc/com/google/gdata/util/httputil/FastURLEncoder.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
