<?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: Why you need Zeus ZXTMs in your environment in 2009!</title>
	<atom:link href="http://www.clusterfunk.co.uk/why-you-need-zeus-zxtms-in-your-environment-in-2009/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterfunk.co.uk/why-you-need-zeus-zxtms-in-your-environment-in-2009/</link>
	<description>Stuff I do with Zeus, Microsoft and Virtualisation. Oh and I can&#039;t spell ;)</description>
	<lastBuildDate>Tue, 30 Mar 2010 14:52:29 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: michael</title>
		<link>http://www.clusterfunk.co.uk/why-you-need-zeus-zxtms-in-your-environment-in-2009/comment-page-1/#comment-623</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:29:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterfunk.co.uk/why-you-need-zeus-zxtms-in-your-environment-in-2009/#comment-623</guid>
		<description>Sorry, that&#039;s getPath(), not getURL().</description>
		<content:encoded><![CDATA[<p>Sorry, that&#8217;s getPath(), not getURL().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.clusterfunk.co.uk/why-you-need-zeus-zxtms-in-your-environment-in-2009/comment-page-1/#comment-622</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterfunk.co.uk/why-you-need-zeus-zxtms-in-your-environment-in-2009/#comment-622</guid>
		<description>A few notes on your rule:

* It might be better to use http.getURL() instead of http.getRawURL(), because it protects against some malicious attacks encoded in the URL.

* You can use http.getHostHeader() instead of http.getHeader(&quot;Host&quot;).  The advantage is that it strips off the port, so you&#039;ll get to the right port based on the protocol even if the browser had sent an explicit port in the original request.

* No need to fire off a regex match in this case, string.startsWith() will do.

* There&#039;s a http.redirect() which is a bit more convenient to use in this case.</description>
		<content:encoded><![CDATA[<p>A few notes on your rule:</p>
<p>* It might be better to use http.getURL() instead of http.getRawURL(), because it protects against some malicious attacks encoded in the URL.</p>
<p>* You can use http.getHostHeader() instead of http.getHeader(&#8220;Host&#8221;).  The advantage is that it strips off the port, so you&#8217;ll get to the right port based on the protocol even if the browser had sent an explicit port in the original request.</p>
<p>* No need to fire off a regex match in this case, string.startsWith() will do.</p>
<p>* There&#8217;s a http.redirect() which is a bit more convenient to use in this case.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
