Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6990271

After fix to 6990008 Console shows unexpanded variables when "S" is hit, and System props set wrong

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7
    • 7
    • deploy

      The fix to 6990008, removed the COnfig.getProps call, which was implemented wrong.
      However, the remaining non-test use case, listing all properties in the colsole, is not correct implemented as Props.get().
      This gets the properties without the variables expanded.
      after enumerating the property keys it needs to call back to
      Config.getStringProperty(key) to get the values instead of directly calling p.getProperty(key)

      Also, all the config properties are set as system properties, but now they are set in their pre-expanded form. They need to be set in the expanded form.

            herrick Andy Herrick (Inactive)
            herrick Andy Herrick (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: