stack created HBASE-15329:
-----------------------------

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

Reply via email to