2.0 already has this fixed

Index: http_core.c
===================================================================
RCS file: /home/cvs/apache-1.3/src/main/http_core.c,v
retrieving revision 1.325
diff -u -r1.325 http_core.c
--- http_core.c 7 Jul 2003 13:02:28 -0000       1.325
+++ http_core.c 14 Oct 2003 12:07:53 -0000
@@ -1276,7 +1276,7 @@
     if (error_number == 401 &&
        line[0] != '/' && line[0] != '"') { /* Ignore it... */
        ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_NOTICE, cmd->server,
-                    "cannot use a full or relative URL in a 401 ErrorDocument "
+                    "cannot use a full URL in a 401 ErrorDocument "
                     "directive --- ignoring!");
     }
     else { /* Store it... */

Reply via email to