Instead of disabling the list delimiter, I suggest changing it to another character, something unlikely to appear in your properties:

PropertiesConfiguration config = new PropertiesConfiguration();
config.setListDelimiter('\uffff')
config.setFile(new File("conf.properties"));
config.load();


Emmanuel Bourg


[EMAIL PROTECTED] a écrit :
> With the escaping of the delimiter character there was a bug in > Configuration 1.4, which has been fixed recently [1]. Maybe this fix > solves your problem?

Thanks. I am using 1.4 - is this bugfix available in a new minor release
or do I have to build from source to get the fix?

If this patch does not fix the problem, I will attach the relevant excerpts
from my implementation.

Thanks

/U

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to