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)
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