From 2072baa43dc1eb72667ffb6396f46e1fb17c4978 Mon Sep 17 00:00:00 2001 From: Lubwama Samuel Date: Mon, 14 Oct 2024 15:52:14 +0300 Subject: [PATCH] resolve redirect improper redirect that caused 3.3.3 and 3.4.1 to fail remediation (#206) --- 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"); } %>