Luca Milanesio
2012-12-02 8d80685563c8b7a07aa10e4c20208a2e39d1ad7a
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