Skip to content

Commit 15bd6a9

Browse files
author
patched.codes[bot]
committed
Patched /Users/user/Documents/GitHub/AltoroJ/WebContent/index.jsp
1 parent 1f5e1f8 commit 15bd6a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

WebContent/index.jsp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ IBM AltoroJ
8888
}
8989
9090
%>
91-
<%=text %>
91+
<%= ServletUtil.sanitizeHtmlWithRegex(text) %>
9292
<% } catch (Exception e) { %>
93-
<p>Failed due to <%= ServletUtil.sanitzieHtmlWithRegex(e.getLocalizedMessage()) %></p>
93+
<p>Failed due to <%= ServletUtil.sanitizeHtmlWithRegex(e.getLocalizedMessage()) %></p>
9494
<% } %>
9595
<%
9696
} else {
@@ -100,11 +100,11 @@ IBM AltoroJ
100100
<% try { %>
101101
<jsp:include page="<%= content %>"/>
102102
<% } catch (Exception e) { %>
103-
<p>Failed due to <%= ServletUtil.sanitzieHtmlWithRegex(e.getLocalizedMessage()) %></p>
103+
<p>Failed due to <%= ServletUtil.sanitizeHtmlWithRegex(e.getLocalizedMessage()) %></p>
104104
<% }
105105
}%>
106106
</td>
107107

108108
</div>
109109

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

0 commit comments

Comments
 (0)