<?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: How to avoid cache-pollution with TYPO3</title>
	<atom:link href="http://imwill.com/avoid-cache-pollution-with-typo3/feed/" rel="self" type="application/rss+xml" />
	<link>http://imwill.com/avoid-cache-pollution-with-typo3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=avoid-cache-pollution-with-typo3</link>
	<description>Automation, Software Development, Web Technologies.</description>
	<lastBuildDate>Wed, 11 Apr 2012 18:58:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Michael Canno</title>
		<link>http://imwill.com/avoid-cache-pollution-with-typo3/#comment-2</link>
		<dc:creator>Michael Canno</dc:creator>
		<pubDate>Mon, 20 Jul 2009 04:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://imwill.com/?p=8#comment-2</guid>
		<description>Hendrik,

Thanks for the simple tip reminder here. It should be further cleared up that the linkVars property is used to limit or prevent what URLs will be generated. This is how the bad variables can be prevented and link injection prevented.

Basically, by only saying `linkVars = print`, it still allows `?print=1234_I&#039;mabadguy`, but that `linkVars = print(1}` only allows `?print=1`.

Therefore, through this process you attempt to prevent bad URLs being generated.

Ciao!

Michael</description>
		<content:encoded><![CDATA[<p>Hendrik,</p>
<p>Thanks for the simple tip reminder here. It should be further cleared up that the linkVars property is used to limit or prevent what URLs will be generated. This is how the bad variables can be prevented and link injection prevented.</p>
<p>Basically, by only saying `linkVars = print`, it still allows `?print=1234_I&#8217;mabadguy`, but that `linkVars = print(1}` only allows `?print=1`.</p>
<p>Therefore, through this process you attempt to prevent bad URLs being generated.</p>
<p>Ciao!</p>
<p>Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>

