<?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: Maintainable MVC: Post-Redirect-Get pattern</title>
	<atom:link href="http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=maintainable-mvc-post-redirect-get-pattern</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 09:52:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jorrit Salverda</title>
		<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/comment-page-1/#comment-1711</link>
		<dc:creator>Jorrit Salverda</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=311#comment-1711</guid>
		<description>While most modern browsers have a double-click protection for submitting forms, indeed some older browser don&#039;t. In handling your form post you should check if you didn&#039;t already perform the action. However this problem is independent of Post/Redirect/Get.

The pattern does prevent repeating the form post, once you are redirected and use the back button.</description>
		<content:encoded><![CDATA[<p>While most modern browsers have a double-click protection for submitting forms, indeed some older browser don&#8217;t. In handling your form post you should check if you didn&#8217;t already perform the action. However this problem is independent of Post/Redirect/Get.</p>
<p>The pattern does prevent repeating the form post, once you are redirected and use the back button.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dario-g</title>
		<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/comment-page-1/#comment-1707</link>
		<dc:creator>dario-g</dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=311#comment-1707</guid>
		<description>I someone have slow connection then it is possible to send the same form multiple times (just before browser renders other view).</description>
		<content:encoded><![CDATA[<p>I someone have slow connection then it is possible to send the same form multiple times (just before browser renders other view).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JJ</title>
		<link>http://blog.jorritsalverda.nl/2010/03/10/maintainable-mvc-post-redirect-get-pattern/comment-page-1/#comment-791</link>
		<dc:creator>JJ</dc:creator>
		<pubDate>Wed, 09 Jun 2010 20:13:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jorritsalverda.nl/?p=311#comment-791</guid>
		<description>Thanks for this, great series!</description>
		<content:encoded><![CDATA[<p>Thanks for this, great series!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
