Skip to content

Commit

Permalink
resolve redirect improper redirect that caused 3.3.3 and 3.4.1 to fai…
Browse files Browse the repository at this point in the history
…l remediation
  • Loading branch information
slubwama committed Oct 13, 2024
1 parent fea2c6e commit 0af2e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omod/src/main/webapp/uncaughtException.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
%>
<h2><openmrs:message code="legacyui.error.aunthenticationRequired"/></h2>
<%
response.sendRedirect("login.htm");
response.sendRedirect(request.getContextPath() + "/login.htm");
}
%>
Expand Down

0 comments on commit 0af2e81

Please sign in to comment.