You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Derick Fernando <de...@xenocex.com> on 2003/02/22 06:00:48 UTC

doRedirect causes infinte loop

Hello,

In my secure screen, adding a doRedirect makes turbine go into some loop.

else if(acl.hasRole("student"))
{
    this.doRedirect(data, "StudentHome.vm");
    isAuthorized = true;
}

Any ideas?
Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org