On Tue, 14 Aug 2007 12:44:55 +0200 Marco Spinetti <[EMAIL PROTECTED]> wrote:
> So I'd like that my input filters, if the incoming request is not > ok, does an internal redirect to a static page, without calling my > handler. Your input filter gets called when your handler reads input data. Which is of course too late not to call your handler. Whatever you're trying to do wants something other than a filter. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
