]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change log entry to reflect reality.
authorJim Jagielski <jim@apache.org>
Tue, 8 Apr 2003 15:18:29 +0000 (15:18 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 8 Apr 2003 15:18:29 +0000 (15:18 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@99299 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_core.c

index e46af0e22999208c71cbfce5c5640af6bcebc18e..077926c6861eac32dc580fb440b67d05eecef547 100644 (file)
@@ -1263,7 +1263,7 @@ static const char *set_error_document(cmd_parms *cmd, core_dir_config *conf,
     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 URL in a 401 ErrorDocument "
+                    "cannot use a full or relative URL in a 401 ErrorDocument "
                     "directive --- ignoring!");
     }
     else { /* Store it... */