Cristóvão B. B. Dalla Costa wrote:I figured out I have to set $r->path_info ('') and now it works fine.
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
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