mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Note the changed meaning of the NULL next_filter argument to the
ap_sub_req_lookup() family, and fix a few oddball cases (those are, PATH_TRANSLATED reference issues.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95844 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -361,7 +361,7 @@ static void add_ssi_vars(request_rec *r, ap_filter_t *next)
|
||||
r->path_info));
|
||||
|
||||
pa_req = ap_sub_req_lookup_uri(ap_escape_uri(r->pool, r->path_info),
|
||||
r, next);
|
||||
r, NULL);
|
||||
if (pa_req->filename) {
|
||||
apr_table_setn(e, "PATH_TRANSLATED",
|
||||
apr_pstrcat(r->pool, pa_req->filename,
|
||||
|
Reference in New Issue
Block a user