James Moger
2011-10-25 486ee115abb831b2ec78be6777fb1bca9e931df0
src/com/gitblit/client/GitblitClient.java
@@ -87,7 +87,7 @@
      try {
         refreshSettings();
         status = RpcUtils.getStatus(url, account, password);
         refreshStatus();
         allowAdministration = true;
      } catch (UnauthorizedException e) {
      } catch (ForbiddenException e) {
@@ -142,6 +142,11 @@
      return settings;
   }
   public ServerStatus refreshStatus() throws IOException {
      status = RpcUtils.getStatus(url, account, password);
      return status;
   }
   public List<FederationModel> refreshFederationRegistrations() throws IOException {
      List<FederationModel> list = RpcUtils.getFederationRegistrations(url, account, password);
      federationRegistrations.clear();