On Sun, 25 Mar 2001 [EMAIL PROTECTED] wrote:
>
> One problem with this. A module that returns a failure condition doesn't
> affect request processing. I looked at doing this after you sent me
> private mail about this, and I realized pretty quickly that if mod_perl
> returned an error, then the server would continue to serve the request.
> We need to do one of two things:
>
> 1) Back out this change so that modules can't fail on this phase
> 2) Make the core actually error out of the request processing if a module
> fails during this phase.
#2, added to STATUS, i will look into it later.