James Moger
2012-10-02 9bdf88df00e9abf99442e14a33ed6215b32026b6
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);
   }