mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Two cases we are certain of canonical correctness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90586 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -569,6 +569,7 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r)
|
||||
r->uri = rr->uri;
|
||||
r->args = rr->args;
|
||||
r->filename = rr->filename;
|
||||
r->canonical_filename = rr->canonical_filename;
|
||||
r->handler = rr->handler;
|
||||
r->content_type = rr->content_type;
|
||||
r->content_encoding = rr->content_encoding;
|
||||
|
Reference in New Issue
Block a user