for those who don't want to escape (as in server/log.c)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104834
13f79535-47bb-0310-9956-
ffa450edef68
"(%d)%s: %s\n",
err,
apr_strerror(err, errbuf, sizeof(errbuf)),
- ap_escape_logitem(pool, description));
+#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED
+ ap_escape_logitem(pool,
+#endif
+ description
+#ifndef AP_UNSAFE_ERROR_LOG_UNESCAPED
+ )
+#endif
+ );
}
static apr_status_t run_cgi_child(apr_file_t **script_out,