From e9710c17ca9537095f65b7b3dd674e4042b0ab19 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 27 Jun 2001 23:18:30 +0000 Subject: [PATCH] Testing reveals a nasty side effect of this aftn's patch, this is the fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89450 13f79535-47bb-0310-9956-ffa450edef68 --- server/request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/request.c b/server/request.c index 027f34fa4c..d4eb61a614 100644 --- a/server/request.c +++ b/server/request.c @@ -983,7 +983,7 @@ AP_DECLARE(request_rec *) ap_sub_req_lookup_dirent(const apr_finfo_t *dirent, */ ap_run_create_request(rnew); - fdir = ap_make_dirstr_parent(rnew->pool, dirent->name); + fdir = ap_make_dirstr_parent(rnew->pool, r->filename); /* * Special case: we are looking at a relative lookup in the same directory. -- 2.40.0