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

vharseko
18.37.2018 b4d3ffb7b344301c97bb5c31ec1fa0e10628b85a
opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/Utilities.java
@@ -1839,13 +1839,14 @@
    {
      final String normPath = classPath.replace(File.separatorChar, '/');
      if (normPath.endsWith(OPENDJ_BOOTSTRAP_CLIENT_JAR_RELATIVE_PATH)
          || normPath.endsWith(OPENDJ_BOOTSTRAP_JAR_RELATIVE_PATH))
          || normPath.endsWith(OPENDJ_BOOTSTRAP_JAR_RELATIVE_PATH)
          || normPath.endsWith("classes"))
      {
        return classPath;
      }
    }
    return null;
  }
  }
  /**
   * Returns whether the server located in the provided path is running.