mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
10.39.2008 abbed187342f34db1ae1e911f2b72808739396f3
Fix for issue 3653 (status: LDIF Connection Handler should be displayed in the connection handlers list)

Display the LDIF connection handler.
1 files modified
7 ■■■■ changed files
opends/src/server/org/opends/server/tools/status/StatusCli.java 7 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/status/StatusCli.java
@@ -109,8 +109,6 @@
  // This CLI is always using the administration connector with SSL
  private final boolean alwaysSSL = true;
  private boolean useSSL = true;
  private boolean useStartTLS = false;
  /**
   * The enumeration containing the different return codes that the command-line
@@ -775,10 +773,7 @@
      new LinkedHashSet<ConnectionHandlerDescriptor>();
    for (ConnectionHandlerDescriptor listener: allHandlers)
    {
      if (listener.getProtocol() != ConnectionHandlerDescriptor.Protocol.LDIF)
      {
        connectionHandlers.add(listener);
      }
      connectionHandlers.add(listener);
    }
    if (connectionHandlers.size() == 0)