Tom Schindl wrote: > 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.
this is a bug in the filter implementation that someone just needs to get around to fixing. grep for BAD_REQUEST in modperl_filter.c for the details. --Geoff