Not too sure if i sent this, but I'll resend it.



Hi,

Has anyone encountered a problem with the URL Rewriting via an SSL Session
where Cookies are disabled?

I'm running Apache 1.3.17 with Mod SSL 2.8.0, and Tomcat 3.2.1

I think there appears to be a bug in the HttpServletResponse.encodeURL()
method, the URL rewriting works perfect on Netscape and IE browsers through
a non SSL Session and with Cookies Disabled.  However, when going through
SSL the encodeURL method does not seem to pick up that cookies are disabled
and thus does not pass the Session ID through.

I'm running this URL rewriting through a JSP tag, so an easy work around for
me is to put a wrapper around this encodeURL method, but I'm just wondering
if any one else has encountered this issue.


Regards,

Adrian

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to