<?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: Testing HTTP Digest Authentication in Rails</title>
	<atom:link href="http://lightyearsoftware.com/2009/04/testing-http-digest-authentication-in-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://lightyearsoftware.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Flightyearsoftware.com%2F2009%2F04%2Ftesting-http-digest-authentication-in-rails%2F%23comment-&#038;seed_title=Testing+HTTP+Digest+Authentication+in+Rails</link>
	<description></description>
	<lastBuildDate>Mon, 16 Jan 2012 15:31:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Denis Ahearn</title>
		<link>http://lightyearsoftware.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Flightyearsoftware.com%2F2009%2F04%2Ftesting-http-digest-authentication-in-rails%2F%23comment-37343&#038;seed_title=Testing+HTTP+Digest+Authentication+in+Rails/comment-page-1/#comment-37343</link>
		<dc:creator>Denis Ahearn</dc:creator>
		<pubDate>Wed, 12 Oct 2011 19:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://lightyearsoftware.com/blog/?p=101#comment-37343</guid>
		<description>I modified the patch to work with Rails 3 (3.0.7 in my case).

https://gist.github.com/1282275</description>
		<content:encoded><![CDATA[<p>I modified the patch to work with Rails 3 (3.0.7 in my case).</p>
<p><a href="https://gist.github.com/1282275" rel="nofollow">https://gist.github.com/1282275</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://lightyearsoftware.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Flightyearsoftware.com%2F2009%2F04%2Ftesting-http-digest-authentication-in-rails%2F%23comment-18470&#038;seed_title=Testing+HTTP+Digest+Authentication+in+Rails/comment-page-1/#comment-18470</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 21 Jan 2011 23:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://lightyearsoftware.com/blog/?p=101#comment-18470</guid>
		<description>Bah, nevermind. More things have changed than I thought. Disregard the above.</description>
		<content:encoded><![CDATA[<p>Bah, nevermind. More things have changed than I thought. Disregard the above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://lightyearsoftware.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Flightyearsoftware.com%2F2009%2F04%2Ftesting-http-digest-authentication-in-rails%2F%23comment-18430&#038;seed_title=Testing+HTTP+Digest+Authentication+in+Rails/comment-page-1/#comment-18430</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 21 Jan 2011 18:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://lightyearsoftware.com/blog/?p=101#comment-18430</guid>
		<description>Here&#039;s an update for Rails 3: https://gist.github.com/790117</description>
		<content:encoded><![CDATA[<p>Here&#8217;s an update for Rails 3: <a href="https://gist.github.com/790117" rel="nofollow">https://gist.github.com/790117</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Stewart</title>
		<link>http://lightyearsoftware.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Flightyearsoftware.com%2F2009%2F04%2Ftesting-http-digest-authentication-in-rails%2F%23comment-4524&#038;seed_title=Testing+HTTP+Digest+Authentication+in+Rails/comment-page-1/#comment-4524</link>
		<dc:creator>Andy Stewart</dc:creator>
		<pubDate>Sun, 07 Jun 2009 17:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://lightyearsoftware.com/blog/?p=101#comment-4524</guid>
		<description>Thank you.  This was exactly what I needed.</description>
		<content:encoded><![CDATA[<p>Thank you.  This was exactly what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://lightyearsoftware.com/feeder/?FeederAction=clicked&#038;feed=Comments+on+Articles+%28RSS2%29&#038;seed=http%3A%2F%2Flightyearsoftware.com%2F2009%2F04%2Ftesting-http-digest-authentication-in-rails%2F%23comment-4446&#038;seed_title=Testing+HTTP+Digest+Authentication+in+Rails/comment-page-1/#comment-4446</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Sat, 23 May 2009 00:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://lightyearsoftware.com/blog/?p=101#comment-4446</guid>
		<description>Oh man, I&#039;ve spent an hour trying to test the HTTP digest auth. I found your post after I read your notes and the lighthouse ticket stating that digest auth is broken when using REST actions PUT and DELETE.</description>
		<content:encoded><![CDATA[<p>Oh man, I&#8217;ve spent an hour trying to test the HTTP digest auth. I found your post after I read your notes and the lighthouse ticket stating that digest auth is broken when using REST actions PUT and DELETE.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.128 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 09:39:39 -->

