Merge pull request +14086 from c9/ide-remove-403-error-msg

Removes error logging messsage in case of 403
pull/313/head
Matthijs van Henten 2016-06-01 10:28:38 +02:00
commit 638d3e6c84
1 zmienionych plików z 7 dodań i 5 usunięć

Wyświetl plik

@ -8,11 +8,13 @@
<div id="wrapper"> <div id="wrapper">
<h1><%=title%></h1> <h1><%=title%></h1>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2> <h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
<p style="margin-bottom:20px;width:540px"> <% if (statusCode != 403) { %>
This error has been logged. We will <p style="margin-bottom:20px;width:540px">
investigate this further and will prevent this from happening in the This error has been logged. We will
future. If this error persists please don't hesitate to contact support. investigate this further and will prevent this from happening in the
</p> future. If this error persists please don't hesitate to contact support.
</p>
<% } %>
<% if (showStackTrace) { %> <% if (showStackTrace) { %>
<div class="stacktrace"> <div class="stacktrace">