Alternatives -
1: wrap in single quotes
'%h %l %u %t "%r" %s %b'
2: Use " (didn't try this)
"%h %l %u %t "%r" %s %b"
-Tim
Jean-Frederic wrote:
On Wed, 2007-05-09 at 19:58 +0900, Takayuki Kaneko wrote:
Hi,
IMO, you should arrenge the document like this.
- 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>
"common" pattern is defined at org.apache.catalina.valves.Constant
public static final String COMMON_PATTERN = "%h %l %u %t \"%r\" %s %b";
Double quotations are needed because %r would have white spaces.
The \" doesn't work... The server.xml can't be parsed ;-(
Cheers
Jean-Frederic
Regards,
-Takayuki
On 5/9/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: jfclere
Date: Wed May 9 01:14:37 2007
New Revision: 536456
URL: http://svn.apache.org/viewvc?view=rev&rev=536456
Log:
Arrange the default value of pattern.
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=536456&r1=536455&r2=536456
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/valve.xml Wed May 9 01:14:37 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]