The problem is that you need to have the class
com.sun.net.ssl.internal.www.protocol.Handler available so that the Tomcat
implementation class of HttpServletResponse works out that it should encode
urls.
To do this:
1. put jsse.jar in %JAVA_HOME%\jre\lib\ext
2. add this
Dear folks,
I have a problem with SSL and URL rewriting, as soon
as I disable cookies in my browser (IE 5.5 or Mozilla 0.9.3)
session tracking doesn't work any longer for HTTPS.
When I connect to the server using plain HTTP everything
works fine.
In my JSP pages I use the following line of co