[ 
https://issues.apache.org/jira/browse/HBASE-17561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15868128#comment-15868128
 ] 

Sean Busbey commented on HBASE-17561:
-------------------------------------

looks like yetus failed to parse the failures:

{code}
Results :

Tests in error: 
  
TestRegionReplicaFailover.testPrimaryRegionKill:200->verifyNumericRowsWithTimeout:227->Object.wait:460->Object.wait:-2
 ? TestTimedOut
Flaked tests: 
org.apache.hadoop.hbase.client.TestReplicasClient.testCancelOfMultiGet(org.apache.hadoop.hbase.client.TestReplicasClient)
  Run 1: TestReplicasClient.testCancelOfMultiGet:588 null
  Run 2: PASS

org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters.testEnableReplicationWhenSlaveClusterDoesntHaveTable(org.apache.hadoop.hbase.client.replication.TestReplicationAdminWithClusters)
  Run 1: 
TestReplicationAdminWithClusters.testEnableReplicationWhenSlaveClusterDoesntHaveTable:83
 ? IllegalArgument
  Run 2: PASS


{code}

I don't think these are related.

> 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
>         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)

Reply via email to