Joel Johnson
2015-07-07 fd0fc5fc9a13456c4038d03cbc6c6b3beed38910
src/main/java/com/gitblit/manager/FederationManager.java
@@ -367,6 +367,10 @@
                     && file.getName().toLowerCase().endsWith(Constants.PROPOSAL_EXT);
            }
         });
         if (files == null) {
            return list;
         }
         for (File file : files) {
            String json = com.gitblit.utils.FileUtils.readContent(file, null);
            FederationProposal proposal = JsonUtils.fromJsonString(json,