mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
do not catch throwable
This commit is contained in:
@@ -190,7 +190,7 @@ public class DefaultCGIExecutor extends AbstractCGIExecutor
|
||||
p = Runtime.getRuntime().exec(execCmd, env.getEnvArray(), workDirectory);
|
||||
execute(p);
|
||||
}
|
||||
catch (Throwable ex)
|
||||
catch (IOException ex)
|
||||
{
|
||||
getExceptionHandler().handleException(request, response, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user