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