And again,

> What I try to do is 
> 
> HttpSession session=request.getSession();
> session.setAttribute("foo","bar");
> encodedURL=response.encodeURL("/some/page.jsp");
> 
> But encodedURL is fixed at "/some/page.jsp", no matter what
> I put in the session. So the next call to the servlet/jsp
> (e.g. via a HTML-form) I get a new session and not the previous one.

This code works on weblogic 6.1sp2 , while it fails on Jboss3.2rc4 with
jetty. I try to produce a simple test case.

  Heiko


-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to