From b1a10c476183a7029bcaaa0070e99c9082373868 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 13 Sep 2011 16:56:00 +0200 Subject: [PATCH] redirect to overview page --- .../src/main/webapp/WEB-INF/web.xml | 56 +++++++++++++------ .../src/main/webapp/redirect.html | 8 +++ .../src/main/webapp/template/header.html | 3 +- 3 files changed, 47 insertions(+), 20 deletions(-) create mode 100644 scm-plugin-backend/src/main/webapp/redirect.html diff --git a/scm-plugin-backend/src/main/webapp/WEB-INF/web.xml b/scm-plugin-backend/src/main/webapp/WEB-INF/web.xml index 535d015510..74529d06ae 100644 --- a/scm-plugin-backend/src/main/webapp/WEB-INF/web.xml +++ b/scm-plugin-backend/src/main/webapp/WEB-INF/web.xml @@ -31,22 +31,42 @@ --> - - - sonia.scm.plugin.BackendContextListener - - - guiceFilter - com.google.inject.servlet.GuiceFilter - - - guiceFilter - /* - - - index.html - - - 30 - + + + + sonia.scm.plugin.BackendContextListener + + + + guiceFilter + com.google.inject.servlet.GuiceFilter + + + + guiceFilter + /* + + + + redirect.html + + + + 30 + + + + Restrict XHTML Documents + + XHTML + *.ftl + + + none + + + diff --git a/scm-plugin-backend/src/main/webapp/redirect.html b/scm-plugin-backend/src/main/webapp/redirect.html new file mode 100644 index 0000000000..ce57f97ec7 --- /dev/null +++ b/scm-plugin-backend/src/main/webapp/redirect.html @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/scm-plugin-backend/src/main/webapp/template/header.html b/scm-plugin-backend/src/main/webapp/template/header.html index 294ae057cd..be102a1145 100644 --- a/scm-plugin-backend/src/main/webapp/template/header.html +++ b/scm-plugin-backend/src/main/webapp/template/header.html @@ -35,7 +35,7 @@ - + SCM-Manager Plugin-Backend @@ -44,7 +44,6 @@ -