From 40e43e57583d4511043db1ad14df2aeafb27e370 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Tue, 21 May 2002 12:50:09 +0000 Subject: [PATCH] Typo in log message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@95204 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/http_request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/http_request.c b/src/main/http_request.c index 407e10f4fb3..edbd7c26554 100644 --- a/src/main/http_request.c +++ b/src/main/http_request.c @@ -925,7 +925,7 @@ API_EXPORT(request_rec *) ap_sub_req_lookup_file(const char *new_file, */ if (errno == ENAMETOOLONG) { ap_log_rerror(APLOG_MARK, APLOG_CRIT, r, - "Possible DoS attempt? URL=%s", r->filename); + "Possible DoS attempt? Path=%s", r->filename); rnew->status = HTTP_FORBIDDEN; return rnew; } -- 2.47.2