ZF-2167: Redirects should be treated the same as forwards
Description
In many plugins, we check to see if a request has been forwarded as part of the decisioning process. That check should also take into account whether or not a redirect has been set in the response object.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2007-11-16T14:51:36.000+0000
Scheduling for 1.1.0
Posted by Matthew Weier O'Phinney (matthew) on 2008-02-14T12:01:28.000+0000
Application logic may dictate that the entire script should run prior to finishing the redirect. Not an issue.