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
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:
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:
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... */