src/main/webapp/index.jsp

changeset 45
cc7f082c5ef3
parent 29
27a0fdd7bca7
child 70
821c4950b619
     1.1 --- a/src/main/webapp/index.jsp	Wed May 13 18:55:05 2020 +0200
     1.2 +++ b/src/main/webapp/index.jsp	Wed May 13 21:10:23 2020 +0200
     1.3 @@ -27,6 +27,6 @@
     1.4  <%@page import="de.uapcore.lightpit.Functions" %>
     1.5  <%@page import="de.uapcore.lightpit.modules.HomeModule" %>
     1.6  <%
     1.7 -response.setStatus(response.SC_MOVED_TEMPORARILY);
     1.8 -response.setHeader("Location", "./"+Functions.modulePathOf(HomeModule.class));
     1.9 +    response.setStatus(response.SC_MOVED_TEMPORARILY);
    1.10 +    response.setHeader("Location", Functions.modulePathOf(HomeModule.class));
    1.11  %>

mercurial