From 0af2e81fafa2b4ddfa6f43130edd052c0ae50429 Mon Sep 17 00:00:00 2001 From: slubwama1 Date: Sun, 13 Oct 2024 19:06:55 +0300 Subject: [PATCH] resolve redirect improper redirect that caused 3.3.3 and 3.4.1 to fail remediation --- omod/src/main/webapp/uncaughtException.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omod/src/main/webapp/uncaughtException.jsp b/omod/src/main/webapp/uncaughtException.jsp index 606539ae..53f29c91 100644 --- a/omod/src/main/webapp/uncaughtException.jsp +++ b/omod/src/main/webapp/uncaughtException.jsp @@ -253,7 +253,7 @@ %>

<% - response.sendRedirect("login.htm"); + response.sendRedirect(request.getContextPath() + "/login.htm"); } %>