mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
merge with branch issue-155
This commit is contained in:
@@ -271,6 +271,8 @@ public class HgCGIServlet extends HttpServlet
|
||||
CGIExecutor executor = cgiExecutorFactory.createExecutor(configuration,
|
||||
getServletContext(), request, response);
|
||||
|
||||
// issue #155
|
||||
executor.setPassShellEnvironment(true);
|
||||
executor.setExceptionHandler(exceptionHandler);
|
||||
executor.setStatusCodeHandler(exceptionHandler);
|
||||
executor.setContentLengthWorkaround(true);
|
||||
|
||||
Reference in New Issue
Block a user