[
https://issues.apache.org/jira/browse/HBASE-15329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15168485#comment-15168485
]
stack commented on HBASE-15329:
-------------------------------
That would be excellent [~asamir] I will make this a subtask. You noticed that
I marked this minor, so if you have something more important to work on... go
for that instead but cool if this got a fix. You the man.
> Cross-Site Scripting: Reflected in table.jsp
> --------------------------------------------
>
> Key: HBASE-15329
> URL: https://issues.apache.org/jira/browse/HBASE-15329
> Project: HBase
> Issue Type: Bug
> Components: security
> Reporter: stack
> Priority: Minor
>
> Minor issue where we write back table name in a few places. Should clean it
> up:
> {code}
> } else {
> out.write("\n <title>Table: ");
> out.print( fqtn );
> out.write("</title>\n ");
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)