From 9cf0f7a49b1256a07405c7d251814a3c0b161524 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 15 Mar 2011 14:07:27 +0000 Subject: [PATCH] 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 --- webapps/docs/config/valve.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.11.0