<?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: Hiding jsessionid parameter from Google</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/general/hiding-jsessionid-parameter-from-google.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/general/hiding-jsessionid-parameter-from-google.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrew</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/hiding-jsessionid-parameter-from-google.html/comment-page-1#comment-53091</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 24 Feb 2010 19:23:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=106#comment-53091</guid>
		<description>Thanks for the example for rewriting the urls for Google. We also use it for making sure that the spider we use does not create files with jsessionid in the file names. One thing to be aware of is that the list of valid characters for a JBoss jsession id can include &quot;-&quot;, &quot;+&quot; and &quot;*&quot;.  We use the following:

     RewriteCond %{HTTP_USER_AGENT} (AESpider) [NC,OR]
     RewriteCond %{HTTP_USER_AGENT} (googlebot) [NC,OR]
     RewriteCond %{HTTP_USER_AGENT} (MSNBot) [NC]
     RewriteRule ^([^;]+);jsessionid=[A-Za-z0-9\-\+\*]+\.[A-Za-z0-9]+(.*)$ $1$2 [L,R=301]

Andrew</description>
		<content:encoded><![CDATA[<p>Thanks for the example for rewriting the urls for Google. We also use it for making sure that the spider we use does not create files with jsessionid in the file names. One thing to be aware of is that the list of valid characters for a JBoss jsession id can include &#8220;-&#8221;, &#8220;+&#8221; and &#8220;*&#8221;.  We use the following:</p>
<p>     RewriteCond %{HTTP_USER_AGENT} (AESpider) [NC,OR]<br />
     RewriteCond %{HTTP_USER_AGENT} (googlebot) [NC,OR]<br />
     RewriteCond %{HTTP_USER_AGENT} (MSNBot) [NC]<br />
     RewriteRule ^([^;]+);jsessionid=[A-Za-z0-9\-\+\*]+\.[A-Za-z0-9]+(.*)$ $1$2 [L,R=301]</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Make Google Ignore JSESSIONID &#38; Other Query String Parameters &#124; Devon Hillard Tech Blog</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/hiding-jsessionid-parameter-from-google.html/comment-page-1#comment-52689</link>
		<dc:creator>Make Google Ignore JSESSIONID &#38; Other Query String Parameters &#124; Devon Hillard Tech Blog</dc:creator>
		<pubDate>Wed, 17 Feb 2010 04:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=106#comment-52689</guid>
		<description>[...] posted two solutions to this issue in the past: Using Apache to ReWrite URLs to remove JSESSIONID and a more advanced solution of using a Servlet Filter to avoid adding JSESSIONID for GoogleBot [...]</description>
		<content:encoded><![CDATA[<p>[...] posted two solutions to this issue in the past: Using Apache to ReWrite URLs to remove JSESSIONID and a more advanced solution of using a Servlet Filter to avoid adding JSESSIONID for GoogleBot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBoss jsessionid Query Parameter Removal &#124; Devon Hillard Tech Blog</title>
		<link>http://www.digitalsanctuary.com/tech-blog/general/hiding-jsessionid-parameter-from-google.html/comment-page-1#comment-6067</link>
		<dc:creator>JBoss jsessionid Query Parameter Removal &#124; Devon Hillard Tech Blog</dc:creator>
		<pubDate>Tue, 20 May 2008 23:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=106#comment-6067</guid>
		<description>[...] of just using the Apache mod_rewrite rules from my post on &quot;Hiding jsessionid parameters from Google&quot;, which uses redirects, wouldn&#039;t it be better to simply not output the jsessionid parameter into [...]</description>
		<content:encoded><![CDATA[<p>[...] of just using the Apache mod_rewrite rules from my post on &#8220;Hiding jsessionid parameters from Google&#8221;, which uses redirects, wouldn&#8217;t it be better to simply not output the jsessionid parameter into [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 249/254 objects using disk: basic

Served from: www.digitalsanctuary.com @ 2012-02-08 13:29:38 -->
