]> granicus.if.org Git - apache/commitdiff
Testing reveals a nasty side effect of this aftn's patch, this is the fix.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Jun 2001 23:18:30 +0000 (23:18 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 Jun 2001 23:18:30 +0000 (23:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89450 13f79535-47bb-0310-9956-ffa450edef68

server/request.c

index 027f34fa4c169278ec90e5d0103970a32adcf46d..d4eb61a61473460e845960f4086171cde7bb962d 100644 (file)
@@ -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.