[
https://issues.apache.org/jira/browse/HBASE-29026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dávid Paksy updated HBASE-29026:
--------------------------------
Description:
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.
was:
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.{{{}{}}}
> 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
> Priority: Major
>
> 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)