James Moger
2012-12-21 7b0f3069ec3011650c9628b6e17c01d5e845ca46
src/com/gitblit/Constants.java
@@ -397,7 +397,15 @@
         return ordinal() > s.ordinal();
      }
   }
   public static enum AuthenticationType {
      CREDENTIALS, COOKIE, CERTIFICATE, CONTAINER;
      public boolean isStandard() {
         return ordinal() <= COOKIE.ordinal();
      }
   }
   @Documented
   @Retention(RetentionPolicy.RUNTIME)
   public @interface Unused {