Geoffrey Young wrote:

Cristóvão B. B. Dalla Costa wrote:


We then set up a PerlFixupHandler which sets the file to send with
$r->filename, but that's having no effect.



that's odd. if you set $r->filename($file) from a PerlFixupHandler and have
apache's default handler (either no SetHandler or SetHandler
default_handler) service the content phase, all should work out fin


I figured out I have to set $r->path_info ('') and now it works fine.

Thanks.


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



Reply via email to