from httpd.h:

struct request_rec {
...
/* XXX: What does this mean? Please define "canonicalize" -aaron */
/** The true filename, we canonicalize r->filename if these don't match */
char *canonical_filename;


I'm asking the same question. It looks like it's only different from 'filename' #ifdef CASE_BLIND_FILESYSTEM (see server/request.c). But I'm not quite sure what it does. Any explanations?

Thanks

--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to