]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix wording of warning for ErrorDocument 401 full-URL
authorJeff Trawick <trawick@apache.org>
Sun, 19 Oct 2003 13:20:57 +0000 (13:20 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 19 Oct 2003 13:20:57 +0000 (13:20 +0000)
Reviewed by: jim, jwoolley

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

STATUS
src/main/http_core.c

diff --git a/STATUS b/STATUS
index 562497eb02d2f357146688c36f4de3911a6b5a6b..aa5c59b0466462ad0292830366e08dd5d4005d20 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2003/10/19 13:18:57 $]
+  Last modified at [$Date: 2003/10/19 13:20:57 $]
 
 Release:
 
@@ -58,11 +58,6 @@ RELEASE SHOWSTOPPERS:
        Message-Id: <3F8C56E3.8050501@attglobal.net>
         +1: jeff, jim
 
-   * fix wording of warning for ErrorDocument 401 full-URL
-     Message-ID: <3F8BE7D2.6060209@attglobal.net>
-        +1: jeff, jim, jwoolley
-
-
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
    * Current vote on 3 PRs for inclusion:
index 9d1df2e6a36fb8ddef92f89ec9bd6e8dc06f387a..0896698be84d489d12c23d482a44d567a3f8e3b1 100644 (file)
@@ -1276,7 +1276,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 or relative URL in a 401 ErrorDocument "
+                    "cannot use a full URL in a 401 ErrorDocument "
                     "directive --- ignoring!");
     }
     else { /* Store it... */