]> granicus.if.org Git - apache/commit
Added the APLOG_TOCLIENT flag to ap_log_rerror() to
authorBill Stoddard <stoddard@apache.org>
Mon, 22 Apr 2002 03:25:40 +0000 (03:25 +0000)
committerBill Stoddard <stoddard@apache.org>
Mon, 22 Apr 2002 03:25:40 +0000 (03:25 +0000)
commitf56bd9c539367865c061d7b077a07fff6c615c9c
treeb092cfe23f9a71a66263dc1255adfc8d9b6aa644
parent5eee8dafc108d500e758fcc1d3461a702eb13eff
Added the APLOG_TOCLIENT flag to ap_log_rerror() to
explicitly tell the server that warning messages should be sent
to the client in addition to being recorded in the error log.
Prior to this change, ap_log_rerror() always sent warning
messages to the client. In one case, a faulty CGI script caused
the server to send a warning message to the client that contained
the full path to the CGI script. This could be considered a
minor security exposure.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94744 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
include/http_log.h
server/log.c
server/util_script.c