mirror of
https://github.com/apache/httpd.git
synced 2025-09-01 02:02:06 +03:00
blast the old names for the status codes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85686 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
modules/cache/mod_file_cache.c
vendored
2
modules/cache/mod_file_cache.c
vendored
@@ -323,7 +323,7 @@ int core_translate_copy(request_rec *r)
|
||||
if ((r->uri[0] != '/') && strcmp(r->uri, "*")) {
|
||||
ap_log_rerror(APLOG_MARK, APLOG_NOERRNO|APLOG_ERR, 0, r,
|
||||
"Invalid URI in request %s", r->the_request);
|
||||
return BAD_REQUEST;
|
||||
return HTTP_BAD_REQUEST;
|
||||
}
|
||||
|
||||
if (r->server->path
|
||||
|
Reference in New Issue
Block a user