1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

maintain trusted flag

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2024-07-01 19:23:40 +00:00
parent 4c5e380f0c
commit cf3402e182

View File

@@ -705,7 +705,7 @@ AP_DECLARE(void) ap_internal_fast_redirect(request_rec *rr, request_rec *r)
r->args = rr->args;
r->finfo = rr->finfo;
r->handler = rr->handler;
ap_set_content_type(r, rr->content_type);
ap_set_content_type_ex(r, rr->content_type, AP_REQUEST_IS_TRUSTED_CT(r));
r->content_encoding = rr->content_encoding;
r->content_languages = rr->content_languages;
r->per_dir_config = rr->per_dir_config;