<?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: Symfony redirect vs forward</title>
	<atom:link href="http://bluehorn.co.nz/2009/08/29/symfony-redirect-vs-forward/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz/2009/08/29/symfony-redirect-vs-forward/</link>
	<description>New Zealand Web Design &#38; Development (PHP 5, MySQL, Symfony Framework, Apache, Linux)</description>
	<lastBuildDate>Fri, 09 Dec 2011 18:27:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Sid</title>
		<link>http://bluehorn.co.nz/2009/08/29/symfony-redirect-vs-forward/comment-page-1/#comment-1029</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Tue, 01 Sep 2009 22:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=284#comment-1029</guid>
		<description>More discussions on this at http://forum.symfony-project.org/index.php/m/84692/#msg_84692</description>
		<content:encoded><![CDATA[<p>More discussions on this at <a href="http://forum.symfony-project.org/index.php/m/84692/#msg_84692" rel="nofollow">http://forum.symfony-project.org/index.php/m/84692/#msg_84692</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://bluehorn.co.nz/2009/08/29/symfony-redirect-vs-forward/comment-page-1/#comment-1028</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Tue, 01 Sep 2009 21:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=284#comment-1028</guid>
		<description>I did not say forward() would prevent replay attacks. I did write that &quot;You should never rely on browser to not resubmit form data&quot; and that &quot;Your code MUST detect and handle situation where the same data is submitted more than once to prevent issues such as duplicate and more seriously, potential security issue like replay attack&quot;.</description>
		<content:encoded><![CDATA[<p>I did not say forward() would prevent replay attacks. I did write that &#8220;You should never rely on browser to not resubmit form data&#8221; and that &#8220;Your code MUST detect and handle situation where the same data is submitted more than once to prevent issues such as duplicate and more seriously, potential security issue like replay attack&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: halfer</title>
		<link>http://bluehorn.co.nz/2009/08/29/symfony-redirect-vs-forward/comment-page-1/#comment-1025</link>
		<dc:creator>halfer</dc:creator>
		<pubDate>Tue, 01 Sep 2009 15:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=284#comment-1025</guid>
		<description>I&#039;d be interested to read more about how using forward() would prevent replay attacks - presumably an intercepted stream can still be played back by a man in the middle regardless? Meanwhile, if forward() is used, most users will use their back button, and the browser will have no choice but to ask them each time whether they wish to re-submit their POST op, which is disruptive to the browsing experience and may force them to repeat operations that are not idempotent.</description>
		<content:encoded><![CDATA[<p>I&#8217;d be interested to read more about how using forward() would prevent replay attacks &#8211; presumably an intercepted stream can still be played back by a man in the middle regardless? Meanwhile, if forward() is used, most users will use their back button, and the browser will have no choice but to ask them each time whether they wish to re-submit their POST op, which is disruptive to the browsing experience and may force them to repeat operations that are not idempotent.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

