Issue #759
This commit is contained in:
parent
849d51c07d
commit
7b6bf03133
|
@ -252,7 +252,7 @@ public class Dispatcher implements RequestDispatcher
|
|||
|
||||
private void commitResponse(ServletResponse response, Request baseRequest) throws IOException
|
||||
{
|
||||
if (baseRequest.getResponse().isWriting())
|
||||
if (!(response instanceof Response) || baseRequest.getResponse().isWriting())
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue