xiezhi created GERONIMO-6439:
--------------------------------
Summary: There are some spelling mistakes in
CommandUnlockKeystore.java's DeploymentException message
Key: GERONIMO-6439
URL: https://issues.apache.org/jira/browse/GERONIMO-6439
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment
Affects Versions: 3.0-beta-1
Reporter: xiezhi
Priority: Minor
Found some spelling mistakes in DeploymentException message. Then checked the
source.
In CommandUnlockKeystore.java
Line 126
throw new DeploymentException("No alias with the name " + aliasName
+ " exists in the kyeStoreTruststore password properties file::" +
System.getProperty(KEYSTORE_TRUSTSTORE_PASSWORD_FILE,
DEFAULT_KEYSTORE_TRUSTSTORE_PASSWORD_FILE));
Line 172
throw new DeploymentException("No keyStorePassword attribute named
" + keyStoreName + " exists in the kyeStoreTruststore password properties
file::" + System.getProperty(KEYSTORE_TRUSTSTORE_PASSWORD_FILE,
DEFAULT_KEYSTORE_TRUSTSTORE_PASSWORD_FILE));
I think the "kyeStoreTruststore" should be corrected to "keyStoreTruststore"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira