From ecd0479d2a97860fe332c782b7a8ecdf53b99cbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Thu, 15 Sep 2016 11:01:59 +0200 Subject: [PATCH] SONAR-8073 display custom html page in case of highlevel 500 error --- server/sonar-web/src/main/webapp/WEB-INF/web.xml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5