James Moger
2012-08-24 d97e52ef501a72fcf16aee02d7e79c91d123dfe6
src/com/gitblit/RpcServlet.java
@@ -321,7 +321,7 @@
         }
      } else if (RpcRequest.CLEAR_REPOSITORY_CACHE.equals(reqType)) {
         // clear the repository list cache
         if (allowAdmin) {
         if (allowManagement) {
            GitBlit.self().resetRepositoryListCache();
         } else {
            response.sendError(notAllowedCode);