Author: jfclere Date: Thu May 10 05:29:41 2007 New Revision: 536845 URL: http://svn.apache.org/viewvc?view=rev&rev=536845 Log: Use "%r" and single quotes.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml?view=diff&rev=536845&r1=536844&r2=536845 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Thu May 10 05:29:41 2007 @@ -179,7 +179,7 @@ <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, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]