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
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 */