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

  Another spot we are certain of the canonical_filename


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90590 13f79535-47bb-0310-9956-ffa450edef68
parent 7402fcfe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1404,6 +1404,9 @@ AP_DECLARE(request_rec *) ap_sub_req_lookup_dirent(const apr_finfo_t *dirent,
    /* This is 100% safe, since dirent->name just came from the filesystem */
    rnew->uri = ap_make_full_path(rnew->pool, udir, dirent->name);
    rnew->filename = ap_make_full_path(rnew->pool, fdir, dirent->name);
    if (r->canonical_filename == r->filename)
        rnew->canonical_filename = rnew->filename;
    
    ap_parse_uri(rnew, rnew->uri);    /* fill in parsed_uri values */

    rnew->per_dir_config = r->per_dir_config;