-- fab2008 <[email protected]> wrote (on Sunday, 18 January 2009, 05:20 PM -0800): > In every case my interpretation to plugin and redirect behaviour is that > when I'm calling setRedirect into the plugin the controller code will not be > executed? Is that right?
No, actually. When you set it as you did in preDispatch(), there is no check until postDispatch() to see if a redirect occurred. This should likely be changed; care to file an issue in the tracker? -- Matthew Weier O'Phinney Software Architect | [email protected] Zend Framework | http://framework.zend.com/
