Bug report #357 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/357>

REPORT #357 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: support
State: received
Priority: medium
Severity: non-critical
Confidence: confidential
Environment: 
   Release: 3.1
   JVM Release: 1.3
   Operating System: nt
   OS Release: 4.0
   Platform: pentium 300

Synopsis: 
JSP forward In Jakarta

Description:
1.jsp
<form 1 action="1.jsp">
 <jsp:forward page="2.jsp" />
</form>

2.jsp
<form 1 action="2.jsp">
 <jsp:forward page="3.jsp" />
</form>

3.jsp
<form 1 action="3.jsp">
 <jsp:forward page="1.jsp" />
</form>

I tried to close all response after the forward using 
response.getWriter().close() and response.getOutputStream().close()
but always get this
java.lang.IllegalStateException: Cannot forward as OutputStream or Writer 
has already been obtained
Have run out of ideas. 
Is this a bug?
Please advice.

Title: BugRat Report # 357

BugRat Report # 357

Project: Tomcat Release: 3.1
Category: Bug Report SubCategory: New Bug Report
Class: support State: received
Priority: medium Severity: non-critical
Confidence: confidential

Submitter: choo ( [EMAIL PROTECTED] )
Date Submitted: Nov 8 2000, 04:03:32 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
JSP forward In Jakarta
Environment: (jvm, os, osrel, platform)
1.3, nt, 4.0, pentium 300

Additional Environment Description:
Not require?

Report Description:
1.jsp 2.jsp 3.jsp I tried to close all response after the forward using response.getWriter().close() and response.getOutputStream().close() but always get this java.lang.IllegalStateException: Cannot forward as OutputStream or Writer has already been obtained Have run out of ideas. Is this a bug? Please advice.

View this report online....
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to