James Moger
2012-11-23 0040210c8290bf60b8b08437d18b6cc05e863f32
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.
    *