<?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>Automation, Software Development, Web Technologies.</description>
	<lastBuildDate>Sat, 21 Apr 2012 12:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to avoid cache-pollution with TYPO3</title>
		<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>
		<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[Web Technology]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[TYPO3]]></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 [...]]]></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; title: ; notranslate">
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>
]]></content:encoded>
			<wfw:commentRss>http://imwill.com/avoid-cache-pollution-with-typo3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

