James Moger
2013-01-15 eec3ef21b9a4503c11f21c292b843adbdc3ee7fc
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.
    *