my apologize, after re checking, no problems on my side.
On Tue, Sep 30, 2008 at 2:43 PM, Thomas Rabaix <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I just found out that calling redirect does not stop symfony correctly
> (sf1.1.2), I means all filters chains are not executed.
>
> sfAction.class.php :
> [...]
> public function redirect($url, $statusCode = 302)
> {
>
> $this->getController()->redirect($url, 0, $statusCode);
>
> throw new sfStopException();
> }
> [...]
>
> the sfStopException is never executed.
>
> --
> Thomas Rabaix
> Internet Consultant
>
--
Thomas Rabaix
Internet Consultant
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---