You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2002/05/21 14:50:09 UTC

cvs commit: apache-1.3/src/main http_request.c

martin      02/05/21 05:50:09

  Modified:    src/main http_request.c
  Log:
  Typo in log message
  
  Revision  Changes    Path
  1.166     +1 -1      apache-1.3/src/main/http_request.c
  
  Index: http_request.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_request.c,v
  retrieving revision 1.165
  retrieving revision 1.166
  diff -u -r1.165 -r1.166
  --- http_request.c	13 Mar 2002 21:05:31 -0000	1.165
  +++ http_request.c	21 May 2002 12:50:09 -0000	1.166
  @@ -925,7 +925,7 @@
   	     */
               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;
               }