mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
use resource bundle for mercurial cgi error messages
This commit is contained in:
@@ -180,8 +180,8 @@ public class HgCGIServlet extends HttpServlet
|
||||
}
|
||||
else if (!handler.isConfigured())
|
||||
{
|
||||
exceptionHandler.sendError(response,
|
||||
HgCGIExceptionHandler.ERROR_NOT_CONFIGURED);
|
||||
exceptionHandler.sendFormattedError(response,
|
||||
HgCGIExceptionHandler.ERROR_NOT_CONFIGURED);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user