On 22/01/2015 12:07, Rémy Maucherat wrote:
> 2015-01-22 12:54 GMT+01:00 <ma...@apache.org>:
> 
>> Author: markt
>> Date: Thu Jan 22 11:54:49 2015
>> New Revision: 1653816
>>
>> URL: http://svn.apache.org/r1653816
>> Log:
>> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=57476
>> As per section 9.4 of the Servlet spec, ensure that the response body has
>> been completely written before exiting the forward method.
>>
> I did suspect r1643210 but couldn't see the problem. However, although the
> spec language about flushing is there, this could be wrong in the context
> of Tomcat: no error pages, chunking only, etc. That's why the "suspend"
> thing was added: pretend everything is done but leave it there for
> postprocessing.

Good points. I also haven't completed a full unit test run yet either
and that might highlight further issues along the same lines.

I'll see about a better fix.


Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to