<?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: Ruby vs. JRuby: URI.parse fails with percent signs</title>
	<atom:link href="http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/</link>
	<description>Hackfoofery</description>
	<lastBuildDate>Sat, 18 May 2013 16:45:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Evan Light</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-450</link>
		<dc:creator>Evan Light</dc:creator>
		<pubDate>Sun, 21 Mar 2010 21:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-450</guid>
		<description><![CDATA[&lt;p&gt;Grrr... and this causes traces when using URI::parse with an RVM gemset.  RVM uses &#039;%&#039; as a delimiter between VM version and the gemset name.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Grrr&#8230; and this causes traces when using URI::parse with an RVM gemset.  RVM uses &#8216;%&#8217; as a delimiter between VM version and the gemset name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-329</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Thu, 03 Dec 2009 00:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-329</guid>
		<description><![CDATA[&lt;p&gt;hosiawak,&lt;/p&gt;

&lt;p&gt;Thanks for the pointer.  That said, I&#039;d prefer to have effective URI parsing be part of the core libraries.  Also, I&#039;d been pondering using JRuby, so it was nice to find a simple example of how I could benefit from JRuby.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>hosiawak,</p>

<p>Thanks for the pointer.  That said, I&#8217;d prefer to have effective URI parsing be part of the core libraries.  Also, I&#8217;d been pondering using JRuby, so it was nice to find a simple example of how I could benefit from JRuby.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hosiawak</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-328</link>
		<dc:creator>hosiawak</dc:creator>
		<pubDate>Tue, 01 Dec 2009 14:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-328</guid>
		<description><![CDATA[&lt;p&gt;addressable gem accepts % in urls - you could use that&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>addressable gem accepts % in urls &#8211; you could use that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-326</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Mon, 30 Nov 2009 16:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-326</guid>
		<description><![CDATA[&lt;p&gt;Ryan,&lt;/p&gt;

&lt;p&gt;Nice point.  I have not reported this to Ruby Core, because I did not know if this was the desired behavior or not.  If the Ruby URI parser intends to be strict then it&#039;s acting appropriately (and annoyingly)...  That said, per your suggestion, I will report it.&lt;/p&gt;

&lt;p&gt;Blogged about it: I had a hell of a time with this problem and, whether or not it is fixed in Ruby, there&#039;s a decent chance that someone else will have the same problem.  I&#039;ve also got a workaround if someone wants to handle problematic URLs in Ruby and I&#039;ll add that to the post.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Ryan,</p>

<p>Nice point.  I have not reported this to Ruby Core, because I did not know if this was the desired behavior or not.  If the Ruby URI parser intends to be strict then it&#8217;s acting appropriately (and annoyingly)&#8230;  That said, per your suggestion, I will report it.</p>

<p>Blogged about it: I had a hell of a time with this problem and, whether or not it is fixed in Ruby, there&#8217;s a decent chance that someone else will have the same problem.  I&#8217;ve also got a workaround if someone wants to handle problematic URLs in Ruby and I&#8217;ll add that to the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Davis</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-325</link>
		<dc:creator>Ryan Davis</dc:creator>
		<pubDate>Mon, 30 Nov 2009 12:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-325</guid>
		<description><![CDATA[&lt;p&gt;But did you report this to ruby core? of course not... you blogged instead. To what end?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>But did you report this to ruby core? of course not&#8230; you blogged instead. To what end?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alson</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-323</link>
		<dc:creator>alson</dc:creator>
		<pubDate>Sat, 28 Nov 2009 16:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-323</guid>
		<description><![CDATA[&lt;p&gt;Gour,&lt;/p&gt;

&lt;p&gt;I&#039;m not sure whether or not Turbinado is dead.  I haven&#039;t had much time to work on it since I&#039;ve been focused on bringing some production websites online (and Turbinado isn&#039;t production ready yet).  I&#039;ve got a post with some reflections on Turbinado and Haskell 50% written, so finishing that should help me think through my future plans for both.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Gour,</p>

<p>I&#8217;m not sure whether or not Turbinado is dead.  I haven&#8217;t had much time to work on it since I&#8217;ve been focused on bringing some production websites online (and Turbinado isn&#8217;t production ready yet).  I&#8217;ve got a post with some reflections on Turbinado and Haskell 50% written, so finishing that should help me think through my future plans for both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gour</title>
		<link>http://www.alsonkemp.com/turbinado/ruby-vs-jruby-uri-parse-fails-with-percent-signs/comment-page-1/#comment-321</link>
		<dc:creator>Gour</dc:creator>
		<pubDate>Sat, 28 Nov 2009 11:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alsonkemp.com/?p=337#comment-321</guid>
		<description><![CDATA[&lt;p&gt;Is Turbinado dead?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Is Turbinado dead?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 366/388 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: d1r5286bar8cf9.cloudfront.net

 Served from: www.alsonkemp.com @ 2013-05-25 16:14:34 by W3 Total Cache -->