Mantis - Resin
Viewing Issue Advanced Details
497 minor always 12-13-05 18:41 02-01-06 11:22
sam  
ferg  
urgent  
closed 3.0.16  
fixed  
none    
none 3.0.18  
0000497: <% response.flushBuffer(); %> followed by exception
One of my JSP works in Resin 2.1.13 but not 3.0.15.
It turns out that the JSP contains the following statement:

<% response.flushBuffer(); %>

And an Exception was thrown somewhere after this statement.
With Resin 2, the client browser receives a 200 status code and
display all the content that has been flushed.
With Resin 3, the client browser receives a 500 status code and
display a stack trace.

Notes
(0000533)
sam   
12-13-05 18:41   
<% out.flush() %> exhibits the same behaviour.

This should be checked against the spec and the tck before the behaviour is changed.
(0000534)
anonymous   
12-13-05 22:37   
This issue might be the same like issue 498
http://bugs.caucho.com/view.php?id=498 [^]
(0000831)
ferg   
02-01-06 11:22   
server/10sn