From: Eric Covener Date: Thu, 17 Jul 2014 14:07:53 +0000 (+0000) Subject: record for posterity why some 2/3-char formats begin with a funny caret. X-Git-Tag: 2.5.0-alpha~3950 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=538a5b996b157e2054bfdcd513d1d1cc7def42b4;p=apache record for posterity why some 2/3-char formats begin with a funny caret. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611357 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index df07a75b1e..14b6d7af5f 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -341,6 +341,14 @@ information when content caching is involved.

+ +

Note: The '^' character at the start of three-character formats + has no significance, but it must be the first character of any newly + added three-character format to avoid potential conflicts with log + formats that use literals adjacent to a format specifier, such as + "%Dus".

+
+
Examples