From: Sébastien Lesaint Date: Thu, 15 Sep 2016 09:01:59 +0000 (+0200) Subject: SONAR-8073 display custom html page in case of highlevel 500 error X-Git-Tag: 6.1-RC1~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ecd0479d2a97860fe332c782b7a8ecdf53b99cbb;p=sonarqube.git SONAR-8073 display custom html page in case of highlevel 500 error --- diff --git a/server/sonar-web/src/main/webapp/WEB-INF/web.xml b/server/sonar-web/src/main/webapp/WEB-INF/web.xml index e0bd48e3257..ab60f08440a 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml +++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml @@ -91,6 +91,11 @@ /* + + 500 + /500.html + + static org.sonar.server.plugins.StaticResourcesServlet