mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
* Follow up to r1918814: Strings are from configuration and thus trusted
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -805,7 +805,7 @@ AP_DECLARE(void) ap_internal_redirect_handler(const char *new_uri, request_rec *
|
||||
}
|
||||
|
||||
if (r->handler)
|
||||
ap_set_content_type(new, r->content_type);
|
||||
ap_set_content_type_ex(new, r->content_type, AP_REQUEST_IS_TRUSTED_CT(r));
|
||||
access_status = ap_process_request_internal(new);
|
||||
if (access_status == OK) {
|
||||
access_status = ap_invoke_handler(new);
|
||||
|
Reference in New Issue
Block a user