You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2006/05/14 17:15:36 UTC

svn commit: r406355 - in /tomcat/connectors/trunk/jk/native: apache-1.3/mod_jk.c apache-2.0/mod_jk.c

Author: rjung
Date: Sun May 14 08:15:36 2006
New Revision: 406355

URL: http://svn.apache.org/viewcvs?rev=406355&view=rev
Log:
Remove duplicate '\n' from request log.
Line endings had been moved into the logger
in an earliert release.

Modified:
    tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
    tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c

Modified: tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c
URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c?rev=406355&r1=406354&r2=406355&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-1.3/mod_jk.c Sun May 14 08:15:36 2006
@@ -1306,9 +1306,6 @@
         }
     }
 
-    s = "\n";
-    parse_request_log_item(p, (request_log_format_item *) ap_push_array(a),
-                           &s);
     return a;
 }
 

Modified: tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c
URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c?rev=406355&r1=406354&r2=406355&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c (original)
+++ tomcat/connectors/trunk/jk/native/apache-2.0/mod_jk.c Sun May 14 08:15:36 2006
@@ -1327,9 +1327,6 @@
         }
     }
 
-    s = "\n";
-    parse_request_log_item(p, (request_log_format_item *) apr_array_push(a),
-                           &s);
     return a;
 }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org