Re: [PATCH] RequestDispatcher.forward() problem with wrapped requests

2003-05-31 Thread Remy Maucherat
Jan Luehe wrote: I am fixing a bug filed by Ryan Lubke (Bugtraq 4871238). I do have a fix in place, but I would like to make sure it's appropriate. Consider the following scenario: Servlet1 acquires a RequestDispatcher and forwards the request to Servlet2. However, before forwarding the request, it

[PATCH] RequestDispatcher.forward() problem with wrapped requests

2003-05-31 Thread Jan Luehe
I am fixing a bug filed by Ryan Lubke (Bugtraq 4871238). I do have a fix in place, but I would like to make sure it's appropriate. Consider the following scenario: Servlet1 acquires a RequestDispatcher and forwards the request to Servlet2. However, before forwarding the request, it wraps the reque