Re: Forwarding side-effects HttpSession in Tomcat 3.2.1

2001-01-16 Thread William Flanders
By the way, this is for RequestDispatcherImpl... I think this produces another bug with session invalidation, though... -Bill William Flanders wrote: > > I don't have cvs access at the moment, so if anyone is interested in > this fix: > >public void forward(ServletRequest request, Servlet

Forwarding side-effects HttpSession in Tomcat 3.2.1

2001-01-16 Thread William Flanders
I don't have cvs access at the moment, so if anyone is interested in this fix: public void forward(ServletRequest request, ServletResponse response) throws ServletException, IOException { . HttpSession oldSession = realRequest.getSession(false); context.getCo