gzilla/show_bug.cgi?id=18461
problems with forward executed after include
[EMAIL PROTECTED] changed:
What|Removed |Added
Status|NEW |RESOLVED
Reso
gzilla/show_bug.cgi?id=18461
problems with forward executed after include
Summary: problems with forward executed after include
Product: Tomcat 4
Version: 4.1.24
Platform: PC
OS/Version: Linux
Status: NEW
Severity:
Hi,
I am running into a problem when using "forward" method in my servlet to
forward the HttpRequest to a JSP page.
The servlet looks like this
public void doGet(HttpServletRequest request, HttpServletResponse
response)
throws IOException, ServletException
{
HttpSession session = req