From: jfclere
Date: Thu, 10 May 2007 12:29:41 +0000 (+0000)
Subject: Use "%r" and single quotes.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1ba2e8a173d07c0b67ddf99edcf10da639f38095;p=tomcat7.0
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
---
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,