Skip to content

Commit e82c6b0

Browse files
committed
VULN-2616
1 parent 1c5aab7 commit e82c6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
1010
<%@ taglib prefix="orfn" uri="/tags/or-functions" %>
1111
<%@ taglib prefix="s" uri="/struts-tags" %>
12-
<c:redirect url="${(not orfn:isUserLoggedIn(pageContext.request))?'actions/Login':'actions/ListProjects'}" />
12+
<c:redirect url="https://${pageContext.request.getServerName()}${(not orfn:isUserLoggedIn(pageContext.request))?'/review/actions/Login':'/review/actions/ListProjects'}" />
1313

1414
<%--
1515

0 commit comments

Comments
 (0)