You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2016/08/02 05:35:20 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=15403385#comment-15403385 ] 

Nick Dimiduk commented on HBASE-15329:
--------------------------------------

I've got to revert this one. See HBASE-16317 and parent. Sorry folks.

> 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
>            Assignee: Samir Ahmic
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: HBASE-15329_v0.patch
>
>
> 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)