You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Samir Ahmic (JIRA)" <ji...@apache.org> on 2016/02/26 06:38:19 UTC

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

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

Samir Ahmic commented on HBASE-15329:
-------------------------------------

[~stack] since i have ongoing [HBASE-15269|https://issues.apache.org/jira/browse/HBASE-15269] i can take this one along.

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