We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5aab7 commit e82c6b0Copy full SHA for e82c6b0
web/index.jsp
@@ -9,7 +9,7 @@
9
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
10
<%@ taglib prefix="orfn" uri="/tags/or-functions" %>
11
<%@ taglib prefix="s" uri="/struts-tags" %>
12
-<c:redirect url="${(not orfn:isUserLoggedIn(pageContext.request))?'actions/Login':'actions/ListProjects'}" />
+<c:redirect url="https://${pageContext.request.getServerName()}${(not orfn:isUserLoggedIn(pageContext.request))?'/review/actions/Login':'/review/actions/ListProjects'}" />
13
14
<%--
15
0 commit comments