Use "%r" and single quotes.
authorjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 10 May 2007 12:29:41 +0000 (12:29 +0000)
committerjfclere <jfclere@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 10 May 2007 12:29:41 +0000 (12:29 +0000)
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

index e5b8be6..e62afa7 100644 (file)
 
 
     <p>The shorthand pattern name <code>common</code> (which is also the
-    default) corresponds to <strong>"%h %l %u %t %r %s %b"</strong>.</p>
+    default) corresponds to <strong>'%h %l %u %t "%r" %s %b'</strong>.</p>
 
     <p>The shorthand pattern name <code>combined</code> appends the
     values of the <code>Referer</code> and <code>User-Agent</code> headers,