James Moger
2012-12-03 2e8c48c0048e386431d5c41cea733b6d95760d52
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.
    *