Bug report #578 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/578> REPORT #578 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: serious Confidence: public Environment: Release: 3.2 JVM Release: any Operating System: any OS Release: any Platform: any Synopsis: RequestDispatcher includes automatically commit response Description: It looks like in the 3.2 release, a call to RequestDispatcherImpl.include() always calls response.flushBuffer(), which in turn always commits the response. This means that once you have included a servlet that only manipulates a request and not the response, you can't forward to another servlet to finish the job.Title: BugRat Report # 578
BugRat Report # 578
Project: Tomcat | Release: 3.2 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: medium | Severity: serious |
Confidence:
public
|
Submitter:
Jonathan Bass ( [EMAIL PROTECTED] )
Date Submitted:
Dec 12 2000, 05:15:32 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- RequestDispatcher includes automatically commit response
- Environment: (jvm, os, osrel, platform)
- any, any, any, any
- Additional Environment Description:
- Report Description:
- It looks like in the 3.2 release, a call to RequestDispatcherImpl.include() always calls response.flushBuffer(), which in turn always commits the response. This means that once you have included a servlet that only manipulates a request and not the response, you can't forward to another servlet to finish the job.
- How To Reproduce:
- null