Inconsistent SSL configuration keys in Java Broker differ may cause user
confusion
----------------------------------------------------------------------------------
Key: QPID-3517
URL: https://issues.apache.org/jira/browse/QPID-3517
Project: Qpid
Issue Type: Bug
Components: Java Broker
Affects Versions: 0.13
Reporter: Keith Wall
Assignee: Keith Wall
Priority: Minor
In the Java Broker's configuration XML file, SSL configuration is required for
both management and messaging connector.
The messaging connector Xpaths are:
{code}
connector/ssl/keystorePath
connector/ssl/keystorePassword
{code}
The management Xpaths are:
{code}
management/ssl/keyStorePath
management/ssl/keyStorePassword
{code}
Unfortunately the final element names differ only in case (keyStorePath vs
keystorePath etc). It is likely this will cause confusion: the user may copy
and paste between the two (if securing both transports with a single cert) and
could easily introduce a configuration error. Commons Config is case sensitive.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]