RobertCZ wrote: [...]
with mp2 you need to update the stat info yourself each time you update $r->filename. something like this:
$r->filename($newfile);
$r->finfo(APR::Finfo::stat($newfile, APR::FINFO_NORM, $r->pool));
Yes, you're answering exactly the question I was trying to ask ;-) Thank a lot.
I've updated the docs to mention that: http://perl.apache.org/docs/2.0/api/Apache/RequestRec.html#C_filename_
-- __________________________________________________________________ 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
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html
