From 6d5a494c316bd3a800b00da9e2bfe3a0962d5d39 Mon Sep 17 00:00:00 2001
From: jfclere
Date: Wed, 9 May 2007 08:14:37 +0000
Subject: [PATCH] Arrange the default value of pattern.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@536456 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 6237dc689..e5b8be6b6 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