ClassCastException in PageContextImpl

2002-06-15 Thread Joel Roth-Nater
(longish, please read if you're familiar with Jasper sources) I'm using Jasper which comes packaged with JBoss 3.0. One of the JSPs has the following code: BodyContent bc = pageContext.pushBody(); request.getRequestDispatcher(jspName).forward(request, response); pageContext.popBody(); wc.writeOu

[Fwd: using SSL_SESSION_ID for session tracking, anyone done it?]

2001-12-10 Thread Joel Roth-Nater
My idea is to let Apache handle SSL traffic, but pass the SSL_SESSION_ID through mod_webapp to Tomcat. Tomcat could then use it to track its sessions without cookies or URL-rewriting. Before I start writing the code myself, I wonder if anyone has tried to do it. I've been all over the list-arc