Re: Custom Request Subclass

2008-04-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris, [EMAIL PROTECTED] wrote: | One possibility is to use a servlet filter to wrap the tomcat | instantiated request in your own request, which overrides the desired | method. I think you've got the wrong class, here, Chris. The configureSessionCo

RE: Custom Request Subclass

2008-04-21 Thread Chris.Wraith
@tomcat.apache.org Subject: Custom Request Subclass I'm using Tomcat 6.0.14 and I need to override the Request.configureSessionCookie method to call setDomain on the Cookie (so the session cookie can be shared across subdomains). Is there any way to tell Tomcat to instantiate & use m

Custom Request Subclass

2008-04-18 Thread Zach Cox
I'm using Tomcat 6.0.14 and I need to override the Request.configureSessionCookie method to call setDomain on the Cookie (so the session cookie can be shared across subdomains). Is there any way to tell Tomcat to instantiate & use my Request subclass instead of Request itself? Thanks, Zach -