James Moger
2012-02-16 91780e2e17a8020872c8da2d8941114e098ef2a4
src/com/gitblit/SyndicationFilter.java
@@ -55,6 +55,18 @@
   }
   /**
    * Determine if the action may be executed on the repository.
    *
    * @param repository
    * @param action
    * @return true if the action may be performed
    */
   @Override
   protected boolean isActionAllowed(RepositoryModel repository, String action) {
      return true;
   }
   /**
    * Determine if the repository requires authentication.
    * 
    * @param repository