From ea43e9de6d23aaf93ff60ff5e0850471cfe39826 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Wed, 22 May 2013 10:33:52 +0000
Subject: [PATCH] OPENDJ-918 (CR-1723) - HTTP Connection Handler - Server cannot start with horked http-config.json

---
 opends/src/server/org/opends/server/util/ServerConstants.java |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/ServerConstants.java b/opends/src/server/org/opends/server/util/ServerConstants.java
index 2088786..c1d55cc 100644
--- a/opends/src/server/org/opends/server/util/ServerConstants.java
+++ b/opends/src/server/org/opends/server/util/ServerConstants.java
@@ -1726,6 +1726,25 @@
        ALERT_TYPE_LDAP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES =
             "org.opends.server.LDAPHandlerDisabledByConsecutiveFailures";
 
+  /**
+   * The description for the alert type that will be used for the alert
+   * notification generated if consecutive failures in the HTTP connection
+   * handler have caused it to become disabled.
+   */
+  public static final String
+      ALERT_DESCRIPTION_HTTP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES =
+          "This alert type will be used to notify administrators of " +
+          "consecutive failures that have occurred in the HTTP connection " +
+          "handler that have caused it to become disabled.";
+
+  /**
+   * The alert type string that will be used for the alert notification
+   * generated if consecutive failures in the HTTP connection handler have
+   * caused it to become disabled.
+   */
+  public static final String
+      ALERT_TYPE_HTTP_CONNECTION_HANDLER_CONSECUTIVE_FAILURES =
+          "org.opends.server.HTTPHandlerDisabledByConsecutiveFailures";
 
 
   /**

--
Gitblit v1.10.0