Well if no one else will answer my question, I guess I will ;)
I was getting the response.sendRedirect and I should have been setting this through
the RunData.
// this is the proper way to redirect in Turbine
data.setRedirectURI(defaultLoginURL);
// --> dont do this because your portlets will still get executed, then you are
redirected response.sendRedirect(defaultLoginURL);
Pat
Pat Ryan wrote:
> We experienced what looks like some strange behaviour. We have written
> a Session validator that will do a response.sendRedirect when the
> validation fails. It looks like however, that our velocityportlet
> action's 'buildnormalcontext' is still be called, even though we asked
> for a redirect.
>
> I would have thought that if the session validator requested a redirect,
> that none of the portlets would called.
>
> Can anyone comment on whether this is expected behavior?
>
> Thanks
> Pat
>
> --
> To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>