Skip to content

Commit

Permalink
Patched /Users/user/Documents/GitHub/AltoroJ/WebContent/index.jsp
Browse files Browse the repository at this point in the history
  • Loading branch information
patched.codes[bot] committed Apr 5, 2024
1 parent 1f5e1f8 commit 15bd6a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions WebContent/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ IBM AltoroJ
}
%>
<%=text %>
<%= ServletUtil.sanitizeHtmlWithRegex(text) %>
<% } catch (Exception e) { %>
<p>Failed due to <%= ServletUtil.sanitzieHtmlWithRegex(e.getLocalizedMessage()) %></p>
<p>Failed due to <%= ServletUtil.sanitizeHtmlWithRegex(e.getLocalizedMessage()) %></p>
<% } %>
<%
} else {
Expand All @@ -100,11 +100,11 @@ IBM AltoroJ
<% try { %>
<jsp:include page="<%= content %>"/>
<% } catch (Exception e) { %>
<p>Failed due to <%= ServletUtil.sanitzieHtmlWithRegex(e.getLocalizedMessage()) %></p>
<p>Failed due to <%= ServletUtil.sanitizeHtmlWithRegex(e.getLocalizedMessage()) %></p>
<% }
}%>
</td>

</div>

<jsp:include page="footer.jspf"/>
<jsp:include page="footer.jspf"/>

0 comments on commit 15bd6a9

Please sign in to comment.