From: Jim Jagielski Date: Tue, 8 Apr 2003 15:18:29 +0000 (+0000) Subject: Change log entry to reflect reality. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d30c40bb598026b306050388c0e699255e6a04;p=thirdparty%2Fapache%2Fhttpd.git Change log entry to reflect reality. 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 --- diff --git a/src/main/http_core.c b/src/main/http_core.c index e46af0e2299..077926c6861 100644 --- a/src/main/http_core.c +++ b/src/main/http_core.c @@ -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... */