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

Gaetan Boismal
23.38.2015 bfad0ee2f5ebac3dd5077d92e26bfc91e5a52359
Fix install console user interface

Fix console installer user interface buy undoing some Yannick nice
refactoring.
Thanks to Fabio and Yannick for the review.
1 files modified
2 ■■■ changed files
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java
@@ -846,7 +846,6 @@
    argList.add(String.valueOf(getUserData().getAdminConnectorPort()));
    final SecurityOptions sec = getUserData().getSecurityOptions();
    configureCertificate(sec);
    // TODO: even if the user does not configure SSL maybe we should choose
    // a secure port that is not being used and that we can actually use.
    if (sec.getEnableSSL())
@@ -958,6 +957,7 @@
    invokeLongOperation(thread);
    notifyListeners(getFormattedDoneWithLineBreak());
    checkAbort();
    configureCertificate(sec);
  }
  private void configureCertificate(SecurityOptions sec) throws ApplicationException