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

  Add a canonical_filename value (should remain the r->filename identity)
  so we can tell if a 3rd party module broke the canonical form of the
  filename by not calling apr_filepath_merge().


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90585 13f79535-47bb-0310-9956-ffa450edef68
parent 811a2d6d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -786,6 +786,8 @@ struct request_rec {
    char *uri;
    /** The filename on disk that this response corresponds to */
    char *filename;
    /** The true filename, we canonicalize if it differs from r->filename */
    char *canonical_filename;
    /** The path_info for this request if there is any. */
    char *path_info;
    /** QUERY_ARGS, if any */