From 1ba2e8a173d07c0b67ddf99edcf10da639f38095 Mon Sep 17 00:00:00 2001 From: jfclere Date: Thu, 10 May 2007 12:29:41 +0000 Subject: [PATCH] Use "%r" and single quotes. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@536845 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 e5b8be6b6..e62afa7ee 100644 --- a/webapps/docs/config/valve.xml +++ b/webapps/docs/config/valve.xml @@ -179,7 +179,7 @@

The shorthand pattern name common (which is also the - default) corresponds to "%h %l %u %t %r %s %b".

+ default) corresponds to '%h %l %u %t "%r" %s %b'.

The shorthand pattern name combined appends the values of the Referer and User-Agent headers, -- 2.11.0