I use Tomcat 4.0.3 and this URL works fine
http://localhost/jsp/Registration/RegisterUser.jsp;jsessionid=1443034522BEFA
7F08FAB7D909FC8BC0?Home=true

I use it in this way
response.sendRedirect(response.encodeRedirectURL("/jsp/Registration/Register
User.jsp?Home=true");

maybe you only have problems in your java code when you try to retrieve the
parameter value.
Can you send some sample code?
Hi

Giorgio

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 25, 2002 9:41 AM
Subject: problems with encodeURL


>
> Hi all
>
> I have problems encoding URL's to make work my app with browsers not
> allowing cookies. The HttpServletResponse's encodeURL method produces
> something in that style:
>
>
http://localhost:8081/jsp/login.jsp;jsessionid=5483F1B0E56180A7774110F1B4B59
> 042?newLanguage=fr
>
> but from such an URL, ths HttpServletResponse's getAttribute-method cannot
> read out my newLanguage-Parameter ...
> (Although I add the parameter before encoding the URL ...).
>
> Does anybody have experience with URL-rewriting with Tomcat and could show
> me a short example?
> (Or should I try to add the sessionId myself to the URL?)
>
> Thanks for any help!
> Philipp
>
> --
> 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]>

Reply via email to