Joshua, The new version works. Turns out, I also need to call $r->status before $r->filter_input, as the latter resets the status code back to 200. Thanks. Dmitry >That's because $r->status() wasn't being set by $Response->Redirect(), >just $r->header_out('Location'). In my dev version, I have fixed >this, and will mail it to you separately.
- Apache::ASP, catching redirect from a downstream filter Dmitry Beransky
- Re: Apache::ASP, catching redirect from a downstream ... Joshua Chamas
- Dmitry Beransky