<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for exceptionz</title>
	<atom:link href="http://exceptionz.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://exceptionz.wordpress.com</link>
	<description>Thoughts on Technology, Methodology and Programming.</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:46:38 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Run gem install behind a firewall in Windows by Darryl</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9087</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:46:38 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9087</guid>
		<description>Thank you!</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Romain</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9085</link>
		<dc:creator>Romain</dc:creator>
		<pubDate>Wed, 21 Oct 2009 00:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9085</guid>
		<description>Thanks for the article!

I only had to change the following:

set http_proxy=http://domain\username:password@server:port

When setting the HTTP_PROXY environment variable, I had to escape all non alphanumeric characters. For example, the \ between the domain and username becomes %5C. I also had a # in my password which had to become %23.</description>
		<content:encoded><![CDATA[<p>Thanks for the article!</p>
<p>I only had to change the following:</p>
<p>set http_proxy=http://domain\username:password@server:port</p>
<p>When setting the HTTP_PROXY environment variable, I had to escape all non alphanumeric characters. For example, the \ between the domain and username becomes %5C. I also had a # in my password which had to become %23.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Aaron</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9083</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Thu, 17 Sep 2009 16:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9083</guid>
		<description>Great article! Your instructions, in combination with Roy Pardee&#039;s comment, works perfect for a windows authenticated proxy.

Thanks to both of you.</description>
		<content:encoded><![CDATA[<p>Great article! Your instructions, in combination with Roy Pardee&#8217;s comment, works perfect for a windows authenticated proxy.</p>
<p>Thanks to both of you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Don</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9082</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Wed, 16 Sep 2009 18:08:57 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9082</guid>
		<description>Ron,
Worked like a charm. Thanks!</description>
		<content:encoded><![CDATA[<p>Ron,<br />
Worked like a charm. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer &#8211; SocketError (getaddrinfo: Name or service not known) blues by Priyanka</title>
		<link>http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9081</link>
		<dc:creator>Priyanka</dc:creator>
		<pubDate>Fri, 11 Sep 2009 21:28:31 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9081</guid>
		<description>Thanks! I was struggling with this error for so long :)</description>
		<content:encoded><![CDATA[<p>Thanks! I was struggling with this error for so long <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActionMailer &#8211; SocketError (getaddrinfo: Name or service not known) blues by Scott</title>
		<link>http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9077</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Fri, 04 Sep 2009 16:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/2007/12/23/actionmailer-socketerror-getaddrinfo-name-or-service-not-known-blues/#comment-9077</guid>
		<description>Thanks, this helped me get by an error I had when trying to set up redmine. Changing the host to localhost did the trick!</description>
		<content:encoded><![CDATA[<p>Thanks, this helped me get by an error I had when trying to set up redmine. Changing the host to localhost did the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Fahim Ahmed</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-9071</link>
		<dc:creator>Fahim Ahmed</dc:creator>
		<pubDate>Sun, 02 Aug 2009 08:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-9071</guid>
		<description>Thanx,

This article was a great help for me.</description>
		<content:encoded><![CDATA[<p>Thanx,</p>
<p>This article was a great help for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Tio Zé</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-8976</link>
		<dc:creator>Tio Zé</dc:creator>
		<pubDate>Thu, 09 Jul 2009 18:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-8976</guid>
		<description>Thanx,

you saved my life.

Att.

Tio_Zé
(Uncle_Joseph)</description>
		<content:encoded><![CDATA[<p>Thanx,</p>
<p>you saved my life.</p>
<p>Att.</p>
<p>Tio_Zé<br />
(Uncle_Joseph)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resharper 3.0 Member Re-Ordering Settings by JS</title>
		<link>http://exceptionz.wordpress.com/2007/06/10/resharper-30-member-re-ordering-settings/#comment-8962</link>
		<dc:creator>JS</dc:creator>
		<pubDate>Thu, 02 Jul 2009 11:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/2007/06/10/resharper-30-member-re-ordering-settings/#comment-8962</guid>
		<description>Many thanks - just what I was looking for. 
Cheers JS</description>
		<content:encoded><![CDATA[<p>Many thanks &#8211; just what I was looking for.<br />
Cheers JS</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Run gem install behind a firewall in Windows by Jared</title>
		<link>http://exceptionz.wordpress.com/2008/03/18/run-gem-install-behind-a-firewall-in-windows/#comment-8944</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 30 Apr 2009 05:15:46 +0000</pubDate>
		<guid isPermaLink="false">http://exceptionz.wordpress.com/?p=163#comment-8944</guid>
		<description>You need to edit the batch file in text mode, and re-type the quote characters.  The quotes you have copied and pasted are unicode left and right double quote characters that you might get from Word, instead of the plain ascii double quote character.  This should probably be fixed in the blog post.</description>
		<content:encoded><![CDATA[<p>You need to edit the batch file in text mode, and re-type the quote characters.  The quotes you have copied and pasted are unicode left and right double quote characters that you might get from Word, instead of the plain ascii double quote character.  This should probably be fixed in the blog post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
