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
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