From 56bcc2f1b8abbaba6f695f07af3c5bf69dd60173 Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 06 May 2013 07:04:09 +0000
Subject: [PATCH] OPENDJ-892 (CR-1644) Listen address and port for the HTTP connection handler should be displayed in status command output

---
 opends/src/messages/messages/admin_tool.properties |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/opends/src/messages/messages/admin_tool.properties b/opends/src/messages/messages/admin_tool.properties
index 0f8f779..61045c2 100644
--- a/opends/src/messages/messages/admin_tool.properties
+++ b/opends/src/messages/messages/admin_tool.properties
@@ -1006,6 +1006,8 @@
 INFO_CTRL_PANEL_CONN_HANDLER_LDAP=LDAP
 INFO_CTRL_PANEL_CONN_HANDLER_LDAPS=LDAPS
 INFO_CTRL_PANEL_CONN_HANDLER_LDAP_STARTTLS=LDAP (allows StartTLS)
+INFO_CTRL_PANEL_CONN_HANDLER_HTTP=HTTP
+INFO_CTRL_PANEL_CONN_HANDLER_HTTPS=HTTPS
 INFO_CTRL_PANEL_CONN_HANDLER_JMX=JMX
 INFO_CTRL_PANEL_CONN_HANDLER_JMXS=JMX (secure)
 INFO_CTRL_PANEL_CONN_HANDLER_LDIF=LDIF

--
Gitblit v1.10.0