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

jvergara
25.42.2009 766ba6b28669b54a6a90c539822661690cf5fa2d
refs
author jvergara <jvergara@localhost>
Wednesday, November 25, 2009 21:42 +0100
committer jvergara <jvergara@localhost>
Wednesday, November 25, 2009 21:42 +0100
commit766ba6b28669b54a6a90c539822661690cf5fa2d
tree f262a8d0d922b437105224d3c6fdfbae6360340a tree | zip | gz
parent 34e1f4d91a079ce597a97f62c097736641e97b27 view | diff
Fix for issue 4371 (setup throws NullPointerException when trying to use a PKCS12 certificate)
Handle the case where the user provides a certificate without an alias. The code in CertificateManager has been updated to detect this situation.
The code in ConfigureDS has also been updated to handle the case where the user does not provide a certificate nickname.
7 files modified
292 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/SecurityOptions.java 8 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 119 ●●●● diff | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/installer/ui/SecurityOptionsDialog.java 30 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ConfigureDS.java 45 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/InstallDS.java 22 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/CertificateManager.java 40 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/SetupUtils.java 28 ●●●●● diff | view | raw | blame | history