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 @@ -