> if (session == null) {
>   session = request.getSession(true);
>   response.sendRedirect(response.encodeURL(....));
>   return;
> }

Since this is a redirect, why aren't you using response.encodeRedirectURL()?
Does it not work?  What is the difference anyway between those two?

David


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to