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

Jean-Noel Rouvignac
16.57.2015 a41662c1136b2bb4a4198df89e0e87d2be3ef099
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/HTTPConnectionHandler.java
@@ -524,7 +524,7 @@
  {
    HTTPConnectionHandlerCfg config = (HTTPConnectionHandlerCfg) configuration;
    if ((currentConfig == null) || (!this.enabled && config.isEnabled()))
    if (currentConfig == null || (!this.enabled && config.isEnabled()))
    {
      // Attempt to bind to the listen port on all configured addresses to
      // verify whether the connection handler will be able to start.