You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2005/02/17 18:54:26 UTC

svn commit: r154173 - httpd/httpd/branches/2.0.x/STATUS

Author: trawick
Date: Thu Feb 17 09:54:25 2005
New Revision: 154173

URL: http://svn.apache.org/viewcvs?view=rev&rev=154173
Log:
don't want no stinking '\n' on console or error log from our
own literal strings

Modified:
    httpd/httpd/branches/2.0.x/STATUS

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?view=diff&r1=154172&r2=154173
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Thu Feb 17 09:54:25 2005
@@ -112,6 +112,12 @@
        svn rev 124104
        +1: minfrin
 
+    *) Get some control chars out of ap_log_error() invocations.
+       Patch from Eric Covener with tweak by trawick:
+       http://httpd.apache.org/~trawick/covener-removecontrolchars-2.0.patch
+       (2.1-dev already has these fixes)
+       +1: trawick
+
     *) util_ldap: Add the directive LDAPConnectionTimeout to control
        the socket timeout value when binding to an LDAP server
        svn rev 126565