SilverFox
2016-04-08 924d8e3cb67d0b35cad3b9b35f3373db2e8feeb7
src/main/java/com/gitblit/manager/AuthenticationManager.java
@@ -466,6 +466,12 @@
         return null;
      }
      if (username.equalsIgnoreCase(Constants.FEDERATION_USER)) {
         // can not authenticate internal FEDERATION_USER at this point
         // it must be routed to FederationManager
         return null;
      }
      String usernameDecoded = StringUtils.decodeUsername(username);
      String pw = new String(password);
      if (StringUtils.isEmpty(pw)) {