Commit ac731feb authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 88c7b317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.