On Fri, 5 May 2000, Doug MacEachern wrote:

> On Tue, 25 Apr 2000, Matt Sergeant wrote:
>  
> > I do now - just uploaded a new version. It's still not correct though - a
> > proper fix would have to pull SetHandler out of mod_mime altogether, I
> > guess. For example, say your config contains:
> 
> oh yeah, i forgot, you can call mod_mime's fixup directly too:
> 
> use Apache::Module ();
> 
> my $rc = Apache::Module->top_module->find("mod_mime")->type_checker->($r);
> 
> that digs the type_checker function pointer out of the mod_mime module
> structure and returns a reference to an anonymous xsub, which calls that
> function.  neato, eh?

Really really freaky. However I assume you saw the post - I solved it by
doing push_handler() with a Fixup and returning DECLINED. That way
mod_mime gets to do its stuff, and my content_type still gets set
regardless.

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