mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
close writer instead of context
This commit is contained in:
@@ -178,7 +178,7 @@ public class ErrorServlet extends HttpServlet
|
||||
}
|
||||
finally
|
||||
{
|
||||
IOUtil.close(context);
|
||||
IOUtil.close(writer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user