James Moger
2012-10-05 2c60de580f6452365a6f25c998b7dd1ca68f7181
src/com/gitblit/PagesFilter.java
@@ -92,10 +92,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);
   }