Skip to content

Commit 97a3c40

Browse files
author
patched.codes[bot]
committed
Patched /Users/user/Documents/GitHub/AltoroJ/WebContent/index.jsp
1 parent c782554 commit 97a3c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebContent/index.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ IBM AltoroJ
8888
}
8989
9090
%>
91-
<%=text %>
91+
<%=ServletUtil.sanitzieHtmlWithRegex(text) %>
9292
<% } catch (Exception e) { %>
9393
<p>Failed due to <%= ServletUtil.sanitzieHtmlWithRegex(e.getLocalizedMessage()) %></p>
9494
<% } %>
@@ -107,4 +107,4 @@ IBM AltoroJ
107107

108108
</div>
109109

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

0 commit comments

Comments
 (0)