amyroh      01/10/26 11:13:08

  Modified:    webapps/tomcat-docs/config valve.xml
  Log:
  Oops, typo.  "%S" instead of "%s"...
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml
  
  Index: valve.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- valve.xml 2001/10/26 18:12:01     1.6
  +++ valve.xml 2001/10/26 18:13:08     1.7
  @@ -121,7 +121,7 @@
       <li><b>%q</b> - Query string (prepended with a '?' if it exists)</li>
       <li><b>%r</b> - First line of the request (method and request URI)</li>
       <li><b>%s</b> - HTTP status code of the response</li>
  -    <li><b>%s</b> - User session ID</li>
  +    <li><b>%S</b> - User session ID</li>
       <li><b>%t</b> - Date and time, in Common Log Format</li>
       <li><b>%u</b> - Remote user that was authenticated (if any), else '-'</li>
       <li><b>%U</b> - Requested URL path</li>
  
  
  


Reply via email to