You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Zhijie Shen (JIRA)" <ji...@apache.org> on 2014/05/13 20:14:15 UTC

[jira] [Created] (HADOOP-10601) We should prevent AuthenticationFilter to be installed twice

Zhijie Shen created HADOOP-10601:
------------------------------------

             Summary: We should prevent AuthenticationFilter to be installed twice
                 Key: HADOOP-10601
                 URL: https://issues.apache.org/jira/browse/HADOOP-10601
             Project: Hadoop Common
          Issue Type: Bug
            Reporter: Zhijie Shen


It seems that we have two way to install the authentication filter (at least from YARN aspect):

1. have SPNEGO configs and  use withHttpSpnegoXXXX when starting the web app;
2. add AuthenticationFilterInitializer into the configuration of filter initializer list.

If both ways are used, it seems that two AuthenticationFilter will be instantiated, which is not expected. It's good to allow one or the other.



--
This message was sent by Atlassian JIRA
(v6.2#6252)