James Moger
2011-10-20 5ae0b71e1e6e73e4bacf321a7d5be49fcdf4ad97
src/com/gitblit/RpcFilter.java
@@ -59,6 +59,10 @@
      String fullUrl = getFullUrl(httpRequest);
      RpcRequest requestType = RpcRequest.fromName(httpRequest.getParameter("req"));
      if (requestType == null) {
         httpResponse.sendError(HttpServletResponse.SC_NOT_IMPLEMENTED);
         return;
      }
      boolean adminRequest = requestType.exceeds(RpcRequest.LIST_REPOSITORIES);