James Moger
2012-12-07 ac7e9a61460554aa0183c677bb15d1f473519f55
src/com/gitblit/GitFilter.java
@@ -124,6 +124,11 @@
      return true;
   }
   @Override
   protected boolean requiresClientCertificate() {
      return GitBlit.getBoolean(Keys.git.requiresClientCertificate, false);
   }
   /**
    * Determine if the repository requires authentication.
    *