NihalJain commented on code in PR #6585: URL: https://github.com/apache/hbase/pull/6585#discussion_r1908707128
########## hbase-server/src/main/resources/hbase-webapps/master/procedures.jsp: ########## @@ -18,32 +18,20 @@ */ --%> <%@ 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: We should not use commons-text here, I don't even see commons-text as a direct dependency to hbase. We should replace with org.apache.commons.lang3.StringEscapeUtils.escapeXml10, isn't it?https://github.com/apache/commons-lang/blob/29ccc7665f3bc5d84155a3092ab2209a053324e6/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java#L618 -- 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]
