mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +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)
|
||||
{
|
||||
logger.error("process interrupted", ex);
|
||||
getExceptionHandler().handleException(request, response, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user