From 60f5dfd7eaa64aa931033c0e5266391ecbbc96fa Mon Sep 17 00:00:00 2001 From: Nicolas Capponi <nicolas.capponi@forgerock.com> Date: Wed, 25 Sep 2013 07:31:13 +0000 Subject: [PATCH] Fix OPENDJ-18 - keystore import failes due to empty PIN Review CR-2353 --- opends/src/messages/messages/quicksetup.properties | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 5d91ddd..347512e 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -275,10 +275,7 @@ INFO_ERROR_ACCESSING_PKCS12_KEYSTORE=Could not access the PKCS#12 key store. \ Check that the contents of the file correspond to a valid PKCS#12 key store, \ that you have access rights to it and that the provided PIN is valid. -INFO_ERROR_NO_KEYSTORE_PASSWORD=You must provide the PIN of the keystore \ - to retrieve the certificate to be used by the server. -INFO_ERROR_EMPTY_KEYSTORE_PASSWORD=The provided PIN of the keystore is \ - empty. +INFO_ERROR_ACCESSING_KEYSTORE_JDK_BUG=Could not access the key store. This may be due to JDK issue JDK-6879539 which prevent use of empty password. This issue is fixed in JDK7/JDK8. INFO_ERROR_BROWSER_CLOSE_BUTTON_TOOLTIP=Close this window INFO_ERROR_BROWSER_COPY_BUTTON_LABEL=Copy URL INFO_ERROR_BROWSER_COPY_BUTTON_TOOLTIP=Copies the URL to the system clipboard -- Gitblit v1.10.0