Uploaded image for project: 'Qpid'
  1. Qpid
  2. QPID-3517

Inconsistent SSL configuration keys in Java Broker may cause user confusion

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.13
    • 0.13
    • Broker-J
    • None

    Description

      In the Java Broker's configuration XML file, SSL configuration is required for both management and messaging connector.

      The messaging connector Xpaths are:

      connector/ssl/keystorePath
      connector/ssl/keystorePassword
      

      The management Xpaths are:

      management/ssl/keyStorePath
      management/ssl/keyStorePassword
      

      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.

      Attachments

        Activity

          People

            robbie Robbie Gemmell
            kwall Keith Wall
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: