<?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"
	>
<channel>
	<title>Comments on: WP-Cache fix for Content-Type in feeds</title>
	<atom:link href="http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds/feed" rel="self" type="application/rss+xml" />
	<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds</link>
	<description>Random musings of a Southern geek</description>
	<pubDate>Mon, 07 Jul 2008 10:24:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-beta1</generator>
		<item>
		<title>By: Dougal</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-159309</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Fri, 12 Oct 2007 13:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-159309</guid>
		<description>Bantai:

I don't remember why I added that conditional -- it was some time ago. It might have been an experimental change that I forgot to remove before I made the diff.

But in any case, the problem is fixed in &lt;a href="http://wordpress.org/extend/plugins/wp-cache/"&gt;wp-cache version 2.1.2&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Bantai:</p>
<p>I don&#8217;t remember why I added that conditional &#8212; it was some time ago. It might have been an experimental change that I forgot to remove before I made the diff.</p>
<p>But in any case, the problem is fixed in <a href="http://wordpress.org/extend/plugins/wp-cache/">wp-cache version 2.1.2</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bantai</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-159305</link>
		<dc:creator>Bantai</dc:creator>
		<pubDate>Thu, 11 Oct 2007 23:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-159305</guid>
		<description>What is the reason for 

stripos($_SERVER["REQUEST_URI"],'wp-cache-fix') !== false)

?

If the url does not contain the string `wp-cache-fix`, WP-Cache will cache files that should be filtered out according to the rejected strings (default: wp-), which could pose a security thread.</description>
		<content:encoded><![CDATA[<p>What is the reason for </p>
<p>stripos($_SERVER["REQUEST_URI"],&#8217;wp-cache-fix&#8217;) !== false)</p>
<p>?</p>
<p>If the url does not contain the string `wp-cache-fix`, WP-Cache will cache files that should be filtered out according to the rejected strings (default: wp-), which could pose a security thread.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: More Plugins and One Offs &#187; Solo Technology</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158786</link>
		<dc:creator>More Plugins and One Offs &#187; Solo Technology</dc:creator>
		<pubDate>Fri, 13 Jul 2007 00:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158786</guid>
		<description>[...] writing). While perusing the comments (I always read the comments about plugins!) I noticed that Dougal had made a tweak to fix a content-type [...]</description>
		<content:encoded><![CDATA[<p>[...] writing). While perusing the comments (I always read the comments about plugins!) I noticed that Dougal had made a tweak to fix a content-type [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Kerr &#124; links for 2007-06-26</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158724</link>
		<dc:creator>Brian Kerr &#124; links for 2007-06-26</dc:creator>
		<pubDate>Tue, 26 Jun 2007 04:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158724</guid>
		<description>[...] geek ramblings &#124; WP-Cache fix for Content-Type in feeds (tags: wordpress cache feeds content-type) [...]</description>
		<content:encoded><![CDATA[<p>[...] geek ramblings | WP-Cache fix for Content-Type in feeds (tags: wordpress cache feeds content-type) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dougal</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158718</link>
		<dc:creator>Dougal</dc:creator>
		<pubDate>Mon, 25 Jun 2007 18:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158718</guid>
		<description>&lt;q&gt;Argh!  Please don't use text/xml!&lt;/q&gt;

Hrm. I blindly copied the content type out of the WordPress RSS2 feed code. But I've corrected my patch to use &lt;code&gt;application/rss+xml&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p><q>Argh!  Please don&#8217;t use text/xml!</q></p>
<p>Hrm. I blindly copied the content type out of the WordPress RSS2 feed code. But I&#8217;ve corrected my patch to use <code>application/rss+xml</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158716</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 25 Jun 2007 17:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158716</guid>
		<description>Argh!  Please don't use text/xml!  If you insist on using registered MIME types, use application/xml, otherwise just use application/rss+xml and be done with it.</description>
		<content:encoded><![CDATA[<p>Argh!  Please don&#8217;t use text/xml!  If you insist on using registered MIME types, use application/xml, otherwise just use application/rss+xml and be done with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Around the web &#124; alexking.org</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158713</link>
		<dc:creator>Around the web &#124; alexking.org</dc:creator>
		<pubDate>Sun, 24 Jun 2007 22:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158713</guid>
		<description>[...] WP-Cache fix for Content-Type in feeds - good stuff. [...]</description>
		<content:encoded><![CDATA[<p>[...] WP-Cache fix for Content-Type in feeds - good stuff. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Content-Type Patch for WP-Cache and WP-Cache NoSymlink &#187; twentythree7</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158685</link>
		<dc:creator>Content-Type Patch for WP-Cache and WP-Cache NoSymlink &#187; twentythree7</dc:creator>
		<pubDate>Wed, 20 Jun 2007 21:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158685</guid>
		<description>[...] Campbell, recently posted a patch for WP-Cache that fixes &#8220;one minor annoyance&#8221; where sites, with WP-Cache enabled, have [...]</description>
		<content:encoded><![CDATA[<p>[...] Campbell, recently posted a patch for WP-Cache that fixes &#8220;one minor annoyance&#8221; where sites, with WP-Cache enabled, have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Parche para WP-Cache &#124; La brujula verde</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158682</link>
		<dc:creator>Parche para WP-Cache &#124; La brujula verde</dc:creator>
		<pubDate>Wed, 20 Jun 2007 11:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158682</guid>
		<description>[...] Dougal Campbell acaba de publicar un parche para el plugin de WordPress WP-Cache. [...]</description>
		<content:encoded><![CDATA[<p>[...] Dougal Campbell acaba de publicar un parche para el plugin de WordPress WP-Cache. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Titanas</title>
		<link>http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158681</link>
		<dc:creator>Titanas</dc:creator>
		<pubDate>Tue, 19 Jun 2007 20:22:20 +0000</pubDate>
		<guid isPermaLink="false">http://dougal.gunters.org/blog/2007/06/19/wp-cache-fix-for-content-type-in-feeds#comment-158681</guid>
		<description>So, using your wp-cache-phase2.php means we're done? :)</description>
		<content:encoded><![CDATA[<p>So, using your wp-cache-phase2.php means we&#8217;re done? <img src='http://dougal.gunters.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
