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>
<% if (statusCode != 403) { %>
<p style="margin-bottom:20px;width:540px"> <p style="margin-bottom:20px;width:540px">
This error has been logged. We will This error has been logged. We will
investigate this further and will prevent this from happening in the investigate this further and will prevent this from happening in the
future. If this error persists please don't hesitate to contact support. future. If this error persists please don't hesitate to contact support.
</p> </p>
<% } %>
<% if (showStackTrace) { %> <% if (showStackTrace) { %>
<div class="stacktrace"> <div class="stacktrace">