John Crygier
2012-03-30 a612e6af36c9c2bd2ef81d9c1697ce1543a1a9df
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