On Tue, 25 Apr 2000, Doug MacEachern wrote:

> there's nothing to investigate, Apache is working as it is designed.
> if you feel this is a design flaw, the the issue should be raise on
> [EMAIL PROTECTED] list.
> as i mentioned above,  alternative to the FixupHandler workaround, if your
> TypeHandler wants to let mod_mime contribute, it can run a subrequest and
> copy the $subr->{handler,content_type} as you see fit.

Sorted!

Apache::MimeXML, if it finds XML, now does:

$r->push_handlers('PerlFixupHandler',
        sub {
                my $r = shift;
                $r->content_type($type);
                $r->content_encoding($type);
        });
return DECLINED;

Which works in all situations. Thanks for your help, Doug. Maybe this
should go into the guide or something? Stas - want a brief write-up?

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org http://xml.sergeant.org

Reply via email to