Mantis - Quercus
Viewing Issue Advanced Details
1667 minor always 04-03-07 11:16 04-29-07 14:11
nam  
nam  
normal  
closed 3.1.0  
fixed  
none    
none 3.1.1  
0001667: including a quercus page in Tomcat/Glassfish leads to IllegalStateException
The following will throw an IllegalStateException:

<jsp:include page="test.php" />

This is caused by a call by Quercus to response.getOutputStream(). Tomcat/Glassfish will always throw an IllegalStateException for calls to getOutputStream from included pages.

Because Tomcat/Glassfish share a common code base with respect to this issue, they are naturally both affected.

Notes
(0001880)
nam   
04-29-07 14:11   
Quercus will now attempt to get a Writer if it fails to get an OutputStream.