You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2017/01/19 15:35:26 UTC

[jira] [Created] (TEZ-3585) Better escaping of header in AMWebController

Sreenath Somarajapuram created TEZ-3585:
-------------------------------------------

             Summary: Better escaping of header in AMWebController
                 Key: TEZ-3585
                 URL: https://issues.apache.org/jira/browse/TEZ-3585
             Project: Apache Tez
          Issue Type: Bug
            Reporter: Sreenath Somarajapuram


Better escaping of header in org.apache.tez.dag.app.web.AMWebController : setCorsHeaders. Without escaping findbugs would fail, right now we are just bypassing the findbugs check with the following line.
{code}
origin = new String(origin);
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)