From: kkolinko
Date: Tue, 15 Mar 2011 14:07:27 +0000 (+0000)
Subject: Followup to markt's r1081239:
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9cf0f7a49b1256a07405c7d251814a3c0b161524;p=tomcat7.0
Followup to markt's r1081239:
update the doc for CrawlerSessionManagerValve
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1081793 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml
index 87046655a..37481186a 100644
--- a/webapps/docs/config/valve.xml
+++ b/webapps/docs/config/valve.xml
@@ -917,7 +917,7 @@
Regular expression (using java.util.regex) 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
- .*GoogleBot.*|.*bingbot.*|.*Yahoo! Slurp.* is used.
+ .*[bB]ot.*|.*Yahoo! Slurp.*|.*Feedfetcher-Google.* is used.