Mona Chitnis created OOZIE-1325:
-----------------------------------

             Summary: Remove authToken from Oozie 
                 Key: OOZIE-1325
                 URL: https://issues.apache.org/jira/browse/OOZIE-1325
             Project: Oozie
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Mona Chitnis
            Priority: Minor
             Fix For: trunk


The AuthToken is legacy code. The HttpRequest is no longer containing the
authToken. It is always null. 

For example, authToken is used at these places:

in CoordinatorEngine #249
CoordSubmitCommand submit = new CoordSubmitCommand(conf, getAuthToken());

in SubmitCommand #79
public SubmitCommand(Configuration conf, String authToken) {


in CoordinatorJobBean #68,
private String authToken = null;

...

The method arguments and db fields of authToken should be removed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to