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

copilot-swe-agent[bot]
yesterday 91b118e87008d9a31b6353d2c5b85c3c24ea4eef
fix: use localhost as default hostname in SecureConnectionCliArgs

Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenDJ/sessions/0b8dd495-0364-4813-ac4b-023ba5c45694

Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
1 files modified
2 ■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/SecureConnectionCliArgs.java 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/admin/client/cli/SecureConnectionCliArgs.java
@@ -182,7 +182,7 @@
      argList.add(useStartTLSArg);
    }
    hostNameArg = hostNameArgument(getDefaultHostName());
    hostNameArg = hostNameArgument("localhost");
    argList.add(hostNameArg);
    portArg = createPortArgument(AdministrationConnector.DEFAULT_ADMINISTRATION_CONNECTOR_PORT);