<?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: Wordpress&#8217;s Pyethon trap</title>
	<atom:link href="http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/</link>
	<description>Technology, politics, culture</description>
	<pubDate>Mon, 01 Dec 2008 23:31:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Firas</title>
		<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/#comment-485</link>
		<dc:creator>Firas</dc:creator>
		<pubDate>Thu, 08 Feb 2007 00:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordyard.com/?p=1221#comment-485</guid>
		<description>It's certifiably not a WordPress issue, and almost certainly mod_security.</description>
		<content:encoded><![CDATA[<p>It&#8217;s certifiably not a WordPress issue, and almost certainly mod_security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Yourdon Report &#187; Blog Archive &#187; &#8220;Dreaming in Code&#8221; endnotes</title>
		<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/#comment-484</link>
		<dc:creator>The Yourdon Report &#187; Blog Archive &#187; &#8220;Dreaming in Code&#8221; endnotes</dc:creator>
		<pubDate>Wed, 07 Feb 2007 14:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordyard.com/?p=1221#comment-484</guid>
		<description>[...] I&#8217;m delighted to report that the end-notes are now available; you can find them here. And you can find Scott&#8217;s amusing blog posting here, about the difficulties he had accomplishing this task. All of which demonstrates, in yet another small way, that software is hard. [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;m delighted to report that the end-notes are now available; you can find them here. And you can find Scott&#8217;s amusing blog posting here, about the difficulties he had accomplishing this task. All of which demonstrates, in yet another small way, that software is hard. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Brown</title>
		<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/#comment-488</link>
		<dc:creator>Andrew Brown</dc:creator>
		<pubDate>Wed, 07 Feb 2007 08:25:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordyard.com/?p=1221#comment-488</guid>
		<description>Off the top of my head, you will have the same problem with "perl", and possibly "bash". That would be the diagnostic test for an executable filter. all of them might be preceded by "!#"  to make a unix script which apache would not want uploaded.

But what an unlikely little problem!

(Did you get my piece about the book, btw?)

http://technology.guardian.co.uk/opinion/story/0,,1992552,00.html if not.</description>
		<content:encoded><![CDATA[<p>Off the top of my head, you will have the same problem with &#8220;perl&#8221;, and possibly &#8220;bash&#8221;. That would be the diagnostic test for an executable filter. all of them might be preceded by &#8220;!#&#8221;  to make a unix script which apache would not want uploaded.</p>
<p>But what an unlikely little problem!</p>
<p>(Did you get my piece about the book, btw?)</p>
<p><a href="http://technology.guardian.co.uk/opinion/story/0,,1992552,00.html" rel="nofollow">http://technology.guardian.co.uk/opinion/story/0,,1992552,00.html</a> if not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Brown</title>
		<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/#comment-483</link>
		<dc:creator>Paul Brown</dc:creator>
		<pubDate>Wed, 07 Feb 2007 07:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordyard.com/?p=1221#comment-483</guid>
		<description>You can use entities to enter the character codes of some of the letters, e.g., "p" is &#38;112;.  (Google's first choice for &lt;a href="http://www.asciitable.com/" rel="nofollow"&gt;ascii table&lt;/a&gt; is a good one if you need codes for more letters...)</description>
		<content:encoded><![CDATA[<p>You can use entities to enter the character codes of some of the letters, e.g., &#8220;p&#8221; is &amp;112;.  (Google&#8217;s first choice for <a href="http://www.asciitable.com/" rel="nofollow">ascii table</a> is a good one if you need codes for more letters&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Rosenberg</title>
		<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/#comment-487</link>
		<dc:creator>Scott Rosenberg</dc:creator>
		<pubDate>Wed, 07 Feb 2007 07:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordyard.com/?p=1221#comment-487</guid>
		<description>That makes a lot of sense, thanks, Paul. I figured it might be some sort of screen on executable content, but this does have the strange effect of banning the word "python" (let's see if I can post it here...) from a lot of use. I wonder if there's a way to escape it out,  or something like that? (I know, I'm desperately hand-waving here!)</description>
		<content:encoded><![CDATA[<p>That makes a lot of sense, thanks, Paul. I figured it might be some sort of screen on executable content, but this does have the strange effect of banning the word &#8220;python&#8221; (let&#8217;s see if I can post it here&#8230;) from a lot of use. I wonder if there&#8217;s a way to escape it out,  or something like that? (I know, I&#8217;m desperately hand-waving here!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Brown</title>
		<link>http://www.wordyard.com/2007/02/06/wordpresss-pyethon-trap/#comment-486</link>
		<dc:creator>Paul Brown</dc:creator>
		<pubDate>Wed, 07 Feb 2007 07:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordyard.com/?p=1221#comment-486</guid>
		<description>Depending on who your hosting company is and/or how you have Apache configured, you may be experiencing a filter installed in Apache where it won't permit potentially executable content in a POST.  (Check out &lt;a href="http://www.modsecurity.org/" rel="nofollow"&gt;mod_security&lt;/a&gt;.)</description>
		<content:encoded><![CDATA[<p>Depending on who your hosting company is and/or how you have Apache configured, you may be experiencing a filter installed in Apache where it won&#8217;t permit potentially executable content in a POST.  (Check out <a href="http://www.modsecurity.org/" rel="nofollow">mod_security</a>.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
