diff -r 835dd169642a -r cc7f082c5ef3 src/main/webapp/index.jsp --- a/src/main/webapp/index.jsp Wed May 13 18:55:05 2020 +0200 +++ b/src/main/webapp/index.jsp Wed May 13 21:10:23 2020 +0200 @@ -27,6 +27,6 @@ <%@page import="de.uapcore.lightpit.Functions" %> <%@page import="de.uapcore.lightpit.modules.HomeModule" %> <% -response.setStatus(response.SC_MOVED_TEMPORARILY); -response.setHeader("Location", "./"+Functions.modulePathOf(HomeModule.class)); + response.setStatus(response.SC_MOVED_TEMPORARILY); + response.setHeader("Location", Functions.modulePathOf(HomeModule.class)); %>