On Wed, 9 Feb 2005 09:36:09 -0500, Eric Covener <[EMAIL PROTECTED]> wrote: > ap_log_error escapes escape sequences such as newline and tab so that > they appear as the two-character strings "\t" or "\n" in error_log > (unless httpd was > built with -DAP_UNSAFE_ERROR_LOG_UNESCAPED) as fallout from CAN-2003-0020 > > Some callers throughout the code still send '\n' within the string argument > sent > to ap_log_error, trivial patch attached removes the formatting from these > calls.
looks simple/correct to me; I'll commit later today unless somebody has a flash of insight about why this is bad
