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

jvergara
16.41.2007 f8372f9b8f798114d0b4fa896abeac187c074480
refs
author jvergara <jvergara@localhost>
Friday, November 16, 2007 17:41 +0100
committer jvergara <jvergara@localhost>
Friday, November 16, 2007 17:41 +0100
commitf8372f9b8f798114d0b4fa896abeac187c074480
tree a585305874ffdd0b17c958da0044338d2396fb29 tree | zip | gz
parent 0a2e22293f5c36807d89441f9bd8c56ae0b59097 view | diff
Fix for issue 1618 unable to install to folder with DN syntax.

There is a problem in windows when we launch scripts using Runtime.exec if the script path contains a '=' character. The fix consists on quoting the script paths on windows when we launch them using Runtime.exec.
9 files modified
67 ■■■■ changed files
opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java 6 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java 3 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java 6 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ExternalTools.java 5 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/ServerController.java 7 ●●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureWindowsService.java 3 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/CertificateManager.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 23 ●●●●● diff | view | raw | blame | history