Post Filter And Redirect Issue..

Hi all…

I posted this over on stack overflow so if you wish you can take a look there… Stack Overflow Topic

Basically the issue is this… I have a filter set up that on the prefilter the controller and action id’s are stored. Then on the post filter those ids are ran against the DB to see if an action should be performed.

It appears that if there is a redirect in the action the post filter is never called. Is there a way around this action?