Author: kkolinko
Date: Tue Mar 15 14:07:27 2011
New Revision: 1081793

URL: http://svn.apache.org/viewvc?rev=1081793&view=rev
Log:
Followup to markt's r1081239:
update the doc for CrawlerSessionManagerValve

Modified:
    tomcat/trunk/webapps/docs/config/valve.xml

Modified: tomcat/trunk/webapps/docs/config/valve.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/valve.xml?rev=1081793&r1=1081792&r2=1081793&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/trunk/webapps/docs/config/valve.xml Tue Mar 15 14:07:27 2011
@@ -917,7 +917,7 @@
         <p>Regular expression (using <code>java.util.regex</code>) that the 
user
         agent HTTP request header is matched against to determine if a request
         is from a web crawler. If not set, the default of
-        <code>.*GoogleBot.*|.*bingbot.*|.*Yahoo! Slurp.*</code> is used.</p>
+        <code>.*[bB]ot.*|.*Yahoo! Slurp.*|.*Feedfetcher-Google.*</code> is 
used.</p>
       </attribute>
 
       <attribute name="sessionInactiveInterval" required="false">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to