Uploaded image for project: 'FORTRESS'
  1. FORTRESS
  2. FC-140

System properties cannot override values for trust store

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 1.0.0-RC42
    • 1.0.0-RC42
    • None

    Description

      In apacheDsDataProvider the values of
      GlobalIds.TRUST_STORE
      GlobalIds.TRUST_STORE_PW

      • are used directly instead of using

      Config.getProperty( GlobalIds.TRUST_STORE )
      Config.getProperty( GlobalIds.TRUST_STORE_PW )

      It currently works because in GlobalIds these values are set like
      public static final String TRUST_STORE = Config.getProperty( "trust.store" );
      public static final String TRUST_STORE_PW = Config.getProperty( "trust.store.password" );

      In summary: The current implementation works for the fortress.properties (and fortres.user.properties). It does not allow for override via system properties such as the documentation states.

      Patch appended.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jan.sindberg@gmail.com Jan Sindberg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: