Hi Oliver,
Thank you. I was straight to the point. It seems the version affected
is the 2.4:
http://issues.apache.org/jira/browse/LANG-421
And its fixed in the next 3.0
TIme to use the nightly builds I guess :)
Juan
On Mar 31, 2009, at 1:29 AM, Oliver Heger wrote:
Juan Medín Piñeiro schrieb:
Hi,
Do you know how you can avoid to escape characters using Commons
Configuration ? I'm trying to save a config file with file paths -
to be read by a different application- and every time a "/"
character appears for directories, it escapes it as "\/".
Thanks in advance,
Juan
Normally the slash character should not be escaped as it does have
any special meaning.
For escaping an utility method of Commons Lang is used. There was an
issue with a version of Commons Lang (I think it was version 2.3),
which incorrectly escaped the slash character. You probably use this
version of commons-lang.
Can you try a different version of Commons Lang? 2.4 is the newest
version. Older versions (2.2) should also work.
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]