<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>imwill.com &#187; cache</title>
	<atom:link href="http://imwill.com/tag/cache/feed/" rel="self" type="application/rss+xml" />
	<link>http://imwill.com</link>
	<description>Mostly web dev, sometimes food.</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:17:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to avoid cache-pollution with TYPO3</title>
		<link>http://imwill.com/avoid-cache-pollution-with-typo3/</link>
		<comments>http://imwill.com/avoid-cache-pollution-with-typo3/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 14:23:56 +0000</pubDate>
		<dc:creator>Hendrik Will</dc:creator>
				<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://imwill.com/?p=8</guid>
		<description><![CDATA[Did you ever wonder about URLs containing parameters like this: domain.tld/page.html&#38;L=1print=1print=1print=1print= and so on. It would also be possible to abuse it for spam like this: domain.tld/page.html&#38;L=1_buy-viagra-at_www.viagra-spam.url

You can avoid this cache-pollution by specifying a range of valid values for your linkVars configuration. You can append the values in round brackets to your L-params. It&#8217;s also [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever wonder about URLs containing parameters like this: domain.tld/page.html&amp;L=1print=1print=1print=1print= and so on. It would also be possible to abuse it for spam like this: domain.tld/page.html&amp;L=1_buy-viagra-at_www.viagra-spam.url</p>
<p><span id="more-8"></span></p>
<p>You can avoid this <strong>cache-pollution</strong> by specifying a range of valid values for your <strong>linkVars </strong>configuration. You can append the values in round brackets to your L-params. It&#8217;s also possible to use <strong>regular expressions</strong> here.</p>
<p><strong>Example:</strong></p>
<pre class="brush: jscript;">
config {
linkVars = L(1-5), print(1)
}
</pre>
<p>Otherwise it can happen that <strong>TYPO3</strong> puts malformed URLs in your cache and your clients will get mad.<br />
You can find more examples in <a href="http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.2.1/view/1/7/#id4324729">TSref at typo3.org</a>.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-0095949993453656";
/* 468x60, Erstellt 21.07.10 */
google_ad_slot = "5573787661";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/avoid-cache-pollution-with-typo3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
