James Moger
2011-10-26 e787b723fb502483d0644e07e3b8f3b5fc7f2260
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) {
@@ -141,6 +141,11 @@
      settings = RpcUtils.getSettings(url, account, password);
      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);