You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2016/02/25 15:56:18 UTC

[jira] [Created] (HBASE-15329) Cross-Site Scripting: Reflected in table.jsp

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)