mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Combine the calls to add the core_filter to one place. Basically, it is
safe to add the core_filter during the post_read_request, and it means that we only have to add the filter once in the code. This should make it easier to add an SSL module in the future. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86307 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1388,8 +1388,6 @@ static request_rec *internal_internal_redirect(const char *new_uri,
|
||||
apr_table_setn(new->subprocess_env, "REDIRECT_STATUS",
|
||||
apr_psprintf(r->pool, "%d", r->status));
|
||||
|
||||
ap_add_filter("CORE", NULL, new);
|
||||
|
||||
/*
|
||||
* XXX: hmm. This is because mod_setenvif and mod_unique_id really need
|
||||
* to do their thing on internal redirects as well. Perhaps this is a
|
||||
|
Reference in New Issue
Block a user