[
https://issues.apache.org/jira/browse/HBASE-17561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878204#comment-15878204
]
Hudson commented on HBASE-17561:
--------------------------------
SUCCESS: Integrated in Jenkins build HBase-1.2-JDK8 #98 (See
[https://builds.apache.org/job/HBase-1.2-JDK8/98/])
HBASE-17561 table status page should escape values that may contain (busbey:
rev 8b9455cd586728e71080da8804b0c0824d00cb2f)
* (edit) hbase-server/src/main/resources/hbase-webapps/master/table.jsp
> table status page should escape values that may contain arbitrary characters.
> -----------------------------------------------------------------------------
>
> Key: HBASE-17561
> URL: https://issues.apache.org/jira/browse/HBASE-17561
> Project: HBase
> Issue Type: Sub-task
> Components: master, UI
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> Fix For: 2.0.0, 1.4.0, 1.3.1, 1.2.5, 1.1.10
>
> Attachments: HBASE-17561.0.patch
>
>
> We write out table names to an html document without escaping html entities
> e.g. in this case it even comes directly from the request
> {code}
> <meta charset="utf-8">
> <% if ( !readOnly && action != null ) { %>
> <title>HBase Master: <%= master.getServerName() %></title>
> <% } else { %>
> <title>Table: <%= fqtn %></title>
> <% } %>
> {code}
> in
> https://github.com/apache/hbase/blob/master/hbase-server/src/main/resources/hbase-webapps/master/table.jsp
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)