From: kkolinko Date: Thu, 21 Jul 2011 10:52:46 +0000 (+0000) Subject: Trivial improvements to access log valve docs. Fix typos noted by André Warnier. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2b81f34d2b9f4426fca29493259b3ad48c5068cb;p=tomcat7.0 Trivial improvements to access log valve docs. Fix typos noted by André Warnier. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1149104 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/valves/AccessLogValve.java b/java/org/apache/catalina/valves/AccessLogValve.java index 0c630729b..e7376492d 100644 --- a/java/org/apache/catalina/valves/AccessLogValve.java +++ b/java/org/apache/catalina/valves/AccessLogValve.java @@ -59,7 +59,8 @@ import org.apache.tomcat.util.buf.B2CConverter; *

Implementation of the Valve interface that generates a web server * access log with the detailed line contents matching a configurable pattern. * The syntax of the available patterns is similar to that supported by the - * Apache mod_log_config module. As an additional feature, + * Apache HTTP Server + * mod_log_config module. As an additional feature, * automatic rollover of log files when the date changes is also supported.

* *

Patterns for the logged message may include constant text or any of the @@ -101,7 +102,9 @@ import org.apache.tomcat.util.buf.B2CConverter; *

* There is also support to write information from the cookie, incoming * header, the Session or something else in the ServletRequest.
- * It is modeled after the apache syntax: + * It is modeled after the + * Apache HTTP Server log configuration + * syntax: *