> > > I am writing an output filter module that will under some
> > > circumstances want to send back an HTTP Error Code and kill
> > > the request without sending back the content.
...
> > The only way you can affect a response status is to return an
> > error to your caller before passing anythin
"Does it transform the content from one representation
to another, or is it actually something else, like an access,
authorization or authentication module?"
It fits much more cleanly in the "access, authorization, or authentication
module" category. But the decision to complete the request is det
On Wed, 2011-06-15 at 13:11 -0500, Jason Funk wrote:
>
> User Makes Request- > Web Server processes and generates output -> My
> module analyzes ouput determines whether it should be passed back to the
> user or not.
Sounds like you have the right one, an output filter. However, should
it re