Uploaded image for project: 'Commons Configuration'
  1. Commons Configuration
  2. CONFIGURATION-76

[configuration] Invalid subsets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Nightly Builds
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 27427

    Description

      Configuration does not honor the prefix delimiter generating subsets:

      config:
      test.a
      testing.b

      subconfig = config.subset("test");

      subconfig:
      a
      ng.b

      Obviously subconfig should have contained only a.

      Patches for AbstractConfiguration and TestBaseConfiguration attached, all
      junit tests work.

      Attachments

        Activity

          People

            Unassigned Unassigned
            joehni Joerg Schaible
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: