close writer instead of context

This commit is contained in:
Sebastian Sdorra
2012-08-12 22:02:23 +02:00
parent bc34f85a1d
commit 87885e73f3

View File

@@ -178,7 +178,7 @@ public class ErrorServlet extends HttpServlet
}
finally
{
IOUtil.close(context);
IOUtil.close(writer);
}
}