[CONFIGURATION] INIConfiguration with empty section key not supported

2024-04-15 Thread Steiner Thomas
Hi, should it possible to parse an ini-File with an empty section key with commons-configuration2 2.10.1? Or is there any intended purpose why the following example doesn't work: INIConfiguration iniConfiguration = new INIConfiguration(); try (FileReader fileReader = new FileReader(file)

Re: [CONFIGURATION] INIConfiguration with empty section key not supported

2024-04-15 Thread Gary Gregory
Hello Thomas, You might want to look at the unit tests to see if there are any expectations regarding empty section names. I don't know off the top of my head. Gary On Mon, Apr 15, 2024, 11:41 AM Steiner Thomas wrote: > Hi, > > should it possible to parse an ini-File with an empty section key