Followup to markt's r1081239:
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 15 Mar 2011 14:07:27 +0000 (14:07 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 15 Mar 2011 14:07:27 +0000 (14:07 +0000)
update the doc for CrawlerSessionManagerValve

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1081793 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/valve.xml

index 8704665..3748118 100644 (file)
         <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">