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

[configuration] getKeys(String) broken in JNDIConfiguration

    XMLWordPrintableJSON

Details

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

    • 29717

    Description

      The getKeys(String prefix) implementation in JNDIConfiguration seems to be
      broken, I tried to call this method with a prefix that is not used in the
      configuration and it didn't return an empty iterator as expected.

      config.getKeys("foo.bar");

      returns an Iterator with the "foo" and "bar" elements.

      Attachments

        Activity

          People

            Unassigned Unassigned
            ebourg Emmanuel Bourg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: