<?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 1.2 redirect specific modules and actions to HTTPS (SSL)</title>
	<atom:link href="http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/</link>
	<description>PHP, Symfony, Web Development</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:23:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Graham Christensen</title>
		<link>http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/comment-page-1/#comment-21680</link>
		<dc:creator>Graham Christensen</dc:creator>
		<pubDate>Tue, 01 Sep 2009 19:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=370#comment-21680</guid>
		<description>I wrote an alternative to this that has a slightly more efficient processing system, and is a bit easier to understand. The two loops in this case are a little bit over-complicated, and easy to replace with at touch of logic.

&lt;a href=&quot;http://iamgraham.net/blog/forcing-ssl-with-symfony-1-2&quot; rel=&quot;nofollow&quot;&gt;Forcing SSL in Symfony 1.2 - I Am Graham&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I wrote an alternative to this that has a slightly more efficient processing system, and is a bit easier to understand. The two loops in this case are a little bit over-complicated, and easy to replace with at touch of logic.</p>
<p><a href="http://iamgraham.net/blog/forcing-ssl-with-symfony-1-2" rel="nofollow">Forcing SSL in Symfony 1.2 &#8211; I Am Graham</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Forcing SSL with Symfony 1.2 &#171; I Am Graham</title>
		<link>http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/comment-page-1/#comment-21679</link>
		<dc:creator>Forcing SSL with Symfony 1.2 &#171; I Am Graham</dc:creator>
		<pubDate>Tue, 01 Sep 2009 18:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=370#comment-21679</guid>
		<description>[...] code I wrote It is based off of Say No To Flash&#8217;s filter that they wrote, however I was generally displeased with their method. It loops over [...]</description>
		<content:encoded><![CDATA[<p>[...] code I wrote It is based off of Say No To Flash&#8217;s filter that they wrote, however I was generally displeased with their method. It loops over [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stunami</title>
		<link>http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/comment-page-1/#comment-21652</link>
		<dc:creator>stunami</dc:creator>
		<pubDate>Wed, 12 Aug 2009 10:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=370#comment-21652</guid>
		<description>Oh right. As you say maybe worth investigating as I don&#039;t see why anything would of changed in 1.2 to break it fundamentally</description>
		<content:encoded><![CDATA[<p>Oh right. As you say maybe worth investigating as I don&#8217;t see why anything would of changed in 1.2 to break it fundamentally</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jestep</title>
		<link>http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/comment-page-1/#comment-21651</link>
		<dc:creator>jestep</dc:creator>
		<pubDate>Tue, 11 Aug 2009 21:41:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=370#comment-21651</guid>
		<description>I&#039;m pretty sure that is in reference to sfSslRequirementPlugin 1.2, and not Symfony 1.2.

Looking at the &lt;a href=&quot;http://www.symfony-project.org/plugins/sfSslRequirementPlugin&quot; rel=&quot;nofollow&quot;&gt;Release track&lt;/a&gt;, it shows Symfony 1.0 and 1.1 support. I did try v2.0 and is did not work properly on Symfony 1.2. It may be possible to modify it to get it to work properly without too much trouble.</description>
		<content:encoded><![CDATA[<p>I&#8217;m pretty sure that is in reference to sfSslRequirementPlugin 1.2, and not Symfony 1.2.</p>
<p>Looking at the <a href="http://www.symfony-project.org/plugins/sfSslRequirementPlugin" rel="nofollow">Release track</a>, it shows Symfony 1.0 and 1.1 support. I did try v2.0 and is did not work properly on Symfony 1.2. It may be possible to modify it to get it to work properly without too much trouble.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stunami</title>
		<link>http://www.saynotoflash.com/archives/symfony-1-2-redirect-specific-modules-and-actions-to-https-ssl/comment-page-1/#comment-21650</link>
		<dc:creator>stunami</dc:creator>
		<pubDate>Tue, 11 Aug 2009 21:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.saynotoflash.com/?p=370#comment-21650</guid>
		<description>Hi,

There is a branch for 1.2 of sfSslRequirementPlugin. The code is probably fine, (though I haven&#039;t tried it) it just needs a version for 1.2 to be rolled and released

http://trac.symfony-project.org/browser/plugins/sfSslRequirementPlugin/branches/1.2

Probably worth a go</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There is a branch for 1.2 of sfSslRequirementPlugin. The code is probably fine, (though I haven&#8217;t tried it) it just needs a version for 1.2 to be rolled and released</p>
<p><a href="http://trac.symfony-project.org/browser/plugins/sfSslRequirementPlugin/branches/1.2" rel="nofollow">http://trac.symfony-project.org/browser/plugins/sfSslRequirementPlugin/branches/1.2</a></p>
<p>Probably worth a go</p>
]]></content:encoded>
	</item>
</channel>
</rss>
