From e56922d4784ad131771dea70eb32a9263d58013a Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Tue, 31 Jan 2017 13:44:27 +0100 Subject: [PATCH] SONAR-8470 Remove useless static files from root folder --- server/sonar-web/src/main/webapp/401.html | 42 ------------------- server/sonar-web/src/main/webapp/404.html | 42 ------------------- server/sonar-web/src/main/webapp/500.html | 41 ------------------ .../sonar-web/src/main/webapp/WEB-INF/web.xml | 5 --- 4 files changed, 130 deletions(-) delete mode 100644 server/sonar-web/src/main/webapp/401.html delete mode 100644 server/sonar-web/src/main/webapp/404.html delete mode 100644 server/sonar-web/src/main/webapp/500.html diff --git a/server/sonar-web/src/main/webapp/401.html b/server/sonar-web/src/main/webapp/401.html deleted file mode 100644 index 412b24de4b2..00000000000 --- a/server/sonar-web/src/main/webapp/401.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - SonarQube (401) - - - - - -
-

Unauthorized access.

- -

You haven't access to this page.

-
- - diff --git a/server/sonar-web/src/main/webapp/404.html b/server/sonar-web/src/main/webapp/404.html deleted file mode 100644 index a03502e5e51..00000000000 --- a/server/sonar-web/src/main/webapp/404.html +++ /dev/null @@ -1,42 +0,0 @@ - - - - - - - SonarQube (404) - - - - - -
-

The page you were looking for doesn't exist.

- -

You may have mistyped the address or the page may have moved.

-
- - diff --git a/server/sonar-web/src/main/webapp/500.html b/server/sonar-web/src/main/webapp/500.html deleted file mode 100644 index cd2bc87f2dc..00000000000 --- a/server/sonar-web/src/main/webapp/500.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - SonarQube - - - - - -
-

We're sorry, but something went wrong.

- -

Please try back in a few minutes and contact support if the problem - persists.

-
- - 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 638787dc1f5..3e2e35ad4b6 100644 --- a/server/sonar-web/src/main/webapp/WEB-INF/web.xml +++ b/server/sonar-web/src/main/webapp/WEB-INF/web.xml @@ -78,11 +78,6 @@ /* - - 500 - /500.html - - static org.sonar.server.plugins.StaticResourcesServlet -- 2.39.5