]> granicus.if.org Git - apache/commitdiff
Remove superfluous EOL from mod_rewrite logging.
authorRainer Jung <rjung@apache.org>
Sat, 3 Jul 2010 17:01:23 +0000 (17:01 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 3 Jul 2010 17:01:23 +0000 (17:01 +0000)
It's no longer needed, since mod_rewrite now uses
our usual error log. The superfluous EOL was logged
as '\n'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@960236 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
modules/mappers/mod_rewrite.c

diff --git a/CHANGES b/CHANGES
index 19140ae614b909c6983e49542aa2f5ec34a1d102..437b5b720046ef31103c8a8db5511e57b8599009 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -16,6 +16,8 @@ Changes with Apache 2.3.7
   *) mod_rewrite: Allow to set environment variables without explicitely
      giving a value. [Rainer Jung]
 
+  *) mod_rewrite: Remove superfluous EOL from rewrite logging. [Rainer Jung]
+
 Changes with Apache 2.3.6
 
   *) SECURITY: CVE-2009-3555 (cve.mitre.org)
index 09a1789f9558db729783e0237e08357377156c5f..8a2c65e30ba598f7f34a5bc4c8221e16c7d77851 100644 (file)
@@ -427,7 +427,7 @@ static void do_rewritelog(request_rec *r, int level, char *perdir,
     va_end(ap);
 
     logline = apr_psprintf(r->pool, "%s %s %s [%s/sid#%pp][rid#%pp/%s%s%s] "
-                                    "%s%s%s%s" APR_EOL_STR,
+                                    "%s%s%s%s",
                            rhost ? rhost : "UNKNOWN-HOST",
                            rname ? rname : "-",
                            r->user ? (*r->user ? r->user : "\"\"") : "-",