From: William A. Rowe Jr Date: Wed, 27 Jun 2001 23:18:30 +0000 (+0000) Subject: Testing reveals a nasty side effect of this aftn's patch, this is the fix. X-Git-Tag: 2.0.19~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e9710c17ca9537095f65b7b3dd674e4042b0ab19;p=apache 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 --- 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.