HBASE-5291 Addendum removes duplicate spnego (Josh Elser)
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1bad166f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1bad166f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1bad166f Branch: refs/heads/hbase-12439 Commit: 1bad166f677ef565607c1f9660114a7a55c27b7b Parents: bff35d6 Author: tedyu <[email protected]> Authored: Wed Jun 15 14:59:17 2016 -0700 Committer: tedyu <[email protected]> Committed: Wed Jun 15 14:59:17 2016 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/http/HttpServer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/1bad166f/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java index e8f875e..70b5242 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/http/HttpServer.java @@ -110,7 +110,7 @@ public class HttpServer implements FilterContainer { static final String HTTP_MAX_THREADS = "hbase.http.max.threads"; public static final String HTTP_UI_AUTHENTICATION = "hbase.security.authentication.ui"; - static final String HTTP_AUTHENTICATION_PREFIX = "hbase.security.authentication.spnego."; + static final String HTTP_AUTHENTICATION_PREFIX = "hbase.security.authentication."; static final String HTTP_SPNEGO_AUTHENTICATION_PREFIX = HTTP_AUTHENTICATION_PREFIX + "spnego."; static final String HTTP_SPNEGO_AUTHENTICATION_PRINCIPAL_SUFFIX = "kerberos.principal";
