James Moger
2012-11-29 8fef1f8128b35e7378b8af1d9d76a731a74851c5
src/com/gitblit/DownloadZipFilter.java
@@ -57,6 +57,16 @@
   }
   /**
    * Determine if a non-existing repository can be created using this filter.
    *
    * @return true if the filter allows repository creation
    */
   @Override
   protected boolean isCreationAllowed() {
      return false;
   }
   /**
    * Determine if the action may be executed on the repository.
    * 
    * @param repository