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)