From 326f433f5aba1636e6387237db3873fd960ddbf0 Mon Sep 17 00:00:00 2001 From: Tim Robinson Date: Thu, 3 Mar 2016 20:29:50 +0000 Subject: [PATCH] Don't show lost_gear information on 503 error page --- plugins/c9.error/views/error-503.html.ejs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/c9.error/views/error-503.html.ejs b/plugins/c9.error/views/error-503.html.ejs index ac482ab7..86c37845 100644 --- a/plugins/c9.error/views/error-503.html.ejs +++ b/plugins/c9.error/views/error-503.html.ejs @@ -7,7 +7,9 @@

Service Unavailable

-

<%=statusCode%> - <%=scope%> <%=error%>

+ <% if (showStackTrace) { %> +

<%=statusCode%> - <%=scope%> <%=error%>

+ <% } %>

The service reports it's unavailable at this time. This has been logged and the appropriate people have been notified. Please check the