]> granicus.if.org Git - apache/commitdiff
Improve error message
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 15 Jan 2013 20:20:14 +0000 (20:20 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 15 Jan 2013 20:20:14 +0000 (20:20 +0000)
PR 54384

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1433613 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index 5163ed623209bbf6108d7f3270fcc5693a7ac28e..be53dd585fc338534956190f95b06100cf95cc05 100644 (file)
@@ -1056,7 +1056,7 @@ request_rec *ap_read_request(conn_rec *conn)
         case HTTP_NOT_IMPLEMENTED:
             if (r->status == HTTP_REQUEST_URI_TOO_LARGE) {
                 ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(00565)
-                              "request failed: URI too long (longer than %d)",
+                              "request failed: client's request-line exceeds LimitRequestLine (longer than %d)",
                               r->server->limit_req_line);
             }
             else if (r->method == NULL) {