James Moger
2012-08-25 45f5f2c54ca6cd2715c67fe6dd2c321df7b86f34
src/com/gitblit/DownloadZipFilter.java
@@ -72,10 +72,11 @@
    * Determine if the repository requires authentication.
    * 
    * @param repository
    * @param action
    * @return true if authentication required
    */
   @Override
   protected boolean requiresAuthentication(RepositoryModel repository) {
   protected boolean requiresAuthentication(RepositoryModel repository, String action) {
      return repository.accessRestriction.atLeast(AccessRestrictionType.VIEW);
   }