Hi,

Just in case someone also applied the proposed woraround, I have found
an important secondary effect when calling getProperties() which
converts the configuration to a java.util.Properties instance: it uses
the CHARACTER_NEVER_USED to serialize every multi-valued property.

As a result, I'm trying to implement a patch to allow disabling
DELIMITER parsing for certain configuration. I'm having difficulties
as currently the DELIMITER is common for all configurations of the
JVM. So I have to change that first to make it per configuration. If
I'm able to make it work I'll send a patch.

On 11/28/05, Jorge Ferrer <[EMAIL PROTECTED]> wrote:
> [..]
> I have a workaround to disable this feature so that escaping is not
> necessary. It consists on changing the delimiter character (a comma by
> default) to one that will never appear in your configuration values:
>
> AbstractConfiguration.setDelimiter(CHARACTER_NEVER_USED);
>>[..]

--
cheers,
    Jorge

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

Reply via email to