James Moger
2011-12-07 fe24a0be919653d9e502f7729d9a804f2e28435d
src/com/gitblit/GitFilter.java
@@ -110,7 +110,7 @@
      }
      boolean readOnly = repository.isFrozen;
      if (readOnly || repository.accessRestriction.atLeast(AccessRestrictionType.PUSH)) {
         boolean authorizedUser = user.canAccessRepository(repository.name);
         boolean authorizedUser = user.canAccessRepository(repository);
         if (action.equals(gitReceivePack)) {
            // Push request
            if (!readOnly && authorizedUser) {