]> granicus.if.org Git - apache/commitdiff
fix a rewrite mistake: restore the ability to expand variables within
authorAndré Malo <nd@apache.org>
Fri, 2 Jan 2004 23:45:06 +0000 (23:45 +0000)
committerAndré Malo <nd@apache.org>
Fri, 2 Jan 2004 23:45:06 +0000 (23:45 +0000)
<!--include file...-->.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102147 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 8ae98943ef2fc1d2014eac8d630e144a0a5d333a..62d92baa4515ba0403c3cfa1b7cec0792357e9ea 100644 (file)
@@ -1704,7 +1704,7 @@ static apr_status_t handle_include(include_ctx_t *ctx, ap_filter_t *f,
             apr_status_t rv;
 
             /* be safe; only files in this directory or below allowed */
-            rv = apr_filepath_merge(&newpath, NULL, tag_val,
+            rv = apr_filepath_merge(&newpath, NULL, parsed_string,
                                     APR_FILEPATH_NOTABOVEROOT |
                                     APR_FILEPATH_SECUREROOTTEST |
                                     APR_FILEPATH_NOTABSOLUTE, ctx->dpool);