Re: Filter access to response object [was Re: domain-wide sessioncookies?]

2003-03-24 Thread Aditya
> On Mon, 24 Mar 2003 21:32:07 -0800 (PST), "Craig R. McClanahan" <[EMAIL PROTECTED]> > said: >> On Mon, 24 Mar 2003, Aditya wrote: >> Here's my problem: >> - I have a single filter that essentially does: >> >> doFilter(...) >> do stuff to request object... >> chain.doFilter(..); >> do stuff to re

Re: Filter access to response object [was Re: domain-wide sessioncookies?]

2003-03-24 Thread Craig R. McClanahan
On Mon, 24 Mar 2003, Aditya wrote: > Date: Mon, 24 Mar 2003 17:07:43 -0800 > From: Aditya <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: Tomcat Developers List <[EMAIL PROTECTED]> > Subject: Filter access to response object [was Re: domain-wide session > coo

Filter access to response object [was Re: domain-wide sessioncookies?]

2003-03-24 Thread Aditya
> On Mon, 24 Mar 2003 14:10:59 -0800 (PST), "Craig R. McClanahan" <[EMAIL PROTECTED]> > said: > Sharing a session across virtual hosts violates the Servlet spec > (Section 7.3 - "HttpSession objects must be scoped at the > application (or servlet context) level" and Section 3.6 - "Servlet > contex