]> granicus.if.org Git - apache/commitdiff
Not that hard to explain...
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 2 Apr 2015 01:50:45 +0000 (01:50 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 2 Apr 2015 01:50:45 +0000 (01:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670805 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index 6e6eab57a7c97bb51a060e1a28a9b825dec95077..c3f7ad971af082f205d0583b7ca735c4f4f21bdf 100644 (file)
@@ -960,8 +960,9 @@ struct request_rec {
     char *uri;
     /** The filename on disk corresponding to this response */
     char *filename;
-    /* XXX: What does this mean? Please define "canonicalize" -aaron */
-    /** The true filename, we canonicalize r->filename if these don't match */
+    /** The true filename stored in the filesystem, as in the true alpha case
+     *  and alias correction, e.g. "Image.jpeg" not "IMAGE$1.JPE" on Windows.
+     *  The core map_to_storage canonicalizes r->filename when they mismatch */
     char *canonical_filename;
     /** The PATH_INFO extracted from this request */
     char *path_info;