> > Hmm. We might not even need the fixup. Now that *every* handler is executed
> > nowadays, we can probably just remove the concept of "dav-handler" and move
> > those checks in type_checker/fixups into dav_handler() itself.
> 
> Hmm.  Perhaps.  I'll take a look at it.  -- justin

Small problem with that.  Not all handlers are run, only the first handler
to do something is run.  Also, we shouldn't be moving stuff into handlers,
we should be moving stuff out of them.  The idea of handlers is to
actually generate the data.  If mod_dav is doing checks, those should be
done before the handler, so that the dav_handler can return ASAP.

Ryan

_______________________________________________________________________________
Ryan Bloom                              [EMAIL PROTECTED]
550 Jean St
Oakland CA 94610
-------------------------------------------------------------------------------

Reply via email to