Hi, solved it myself $f->r->status() how stupid I haven't seen this before, works like a charme but one more question, what is a filter supposed to return on ERROR why does one have to set the status one self and return Apache2::Const::SERVER_ERROR from the filter handller isn't setting the request-status automatically? E.g. if there's an untrapped error.
Thanks Tom Tom Schindl wrote: > Hi, > > I'm on the way to release a new version of my AxKit-Port to Apache2 > named Apache2::TomKit and are facing the problem that I need to set the > HTTP-Status to SERVER_ERROR when the transformation fails but I have the > feeling that this is not possible any more in this situation. > > Any suggestions? > > Tom > >