NihalJain commented on code in PR #6585: URL: https://github.com/apache/hbase/pull/6585#discussion_r1908934885
########## hbase-server/src/main/resources/hbase-webapps/master/rits.jsp: ########## @@ -18,7 +18,7 @@ */ --%> <%@ page contentType="text/html;charset=UTF-8" - import="static org.apache.commons.lang3.StringEscapeUtils.escapeXml" + import="static org.apache.commons.text.StringEscapeUtils.escapeXml10" Review Comment: nit: we could add a ban for org.apache.commons.lang3.StringEscapeUtils in pom.xml -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
