You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sm...@apache.org on 2015/11/23 16:22:36 UTC

ambari git commit: AMBARI-13997. Ambari force-writing usernames to be lowercase in DB - fixing a bad merge. (mpapirkovskyy)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1.2 8e731ab24 -> c510dc853


AMBARI-13997. Ambari force-writing usernames to be lowercase in DB - fixing a bad merge. (mpapirkovskyy)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c510dc85
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c510dc85
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c510dc85

Branch: refs/heads/branch-2.1.2
Commit: c510dc8535a5e740b8da32087bedfa55d0899890
Parents: 8e731ab
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Mon Nov 23 07:22:19 2015 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Mon Nov 23 07:22:19 2015 -0800

----------------------------------------------------------------------
 .../main/java/org/apache/ambari/server/controller/AmbariServer.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c510dc85/ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
index 3f7fe50..e89c116 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/AmbariServer.java
@@ -82,7 +82,6 @@ import org.apache.ambari.server.resources.ResourceManager;
 import org.apache.ambari.server.resources.api.rest.GetResource;
 import org.apache.ambari.server.scheduler.ExecutionScheduleManager;
 import org.apache.ambari.server.security.AmbariEntryPoint;
-import org.apache.ambari.server.security.AmbariServerSecurityHeaderFilter;
 import org.apache.ambari.server.security.CertificateManager;
 import org.apache.ambari.server.security.SecurityFilter;
 import org.apache.ambari.server.security.authorization.AmbariAuthorizationFilter;