PDavid commented on code in PR #6585: URL: https://github.com/apache/hbase/pull/6585#discussion_r1922189063
########## 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: I'll resolve this without adding a ban as I now did not added the commons text dependency so lang3 will still be used. -- 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]
