Dávid Paksy created HBASE-29026: ----------------------------------- Summary: Fix deprecated calls in JSP files Key: HBASE-29026 URL: https://issues.apache.org/jira/browse/HBASE-29026 Project: HBase Issue Type: Task Components: UI Affects Versions: 4.0.0-alpha-1 Reporter: Dávid Paksy
While working on https://issues.apache.org/jira/browse/HBASE-28832 I noticed that several JSP code uses deprecated methods. For example {{table.jsp}} calls these many times: * {{{}java.net{}}}{{{}.URLEncoder.encode(){}}} * {{org.apache.commons.lang3.StringEscapeUtils.escapeHtml4()}} * {{{}org.apache.commons.lang3.{}}}{{{}StringEscapeUtils{}}}{{{}.escapeXml(){}}}{{{}{}}} Replace these deprecated calls in the JSP code.{{{}{}}} -- This message was sent by Atlassian Jira (v8.20.10#820010)