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 (#206)
  • Loading branch information
slubwama authored Oct 14, 2024
1 parent fea2c6e commit 2072baa
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 2072baa

Please sign in to comment.