mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
use execption handler to handle process interrupt exception
This commit is contained in:
@@ -604,7 +604,7 @@ public class DefaultCGIExecutor extends AbstractCGIExecutor
|
|||||||
}
|
}
|
||||||
catch (InterruptedException ex)
|
catch (InterruptedException ex)
|
||||||
{
|
{
|
||||||
logger.error("process interrupted", ex);
|
getExceptionHandler().handleException(request, response, ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user