If I'm using ConfigurationFactory and getString() to retrieve a
property that was set to:

test = Hello<kk>

getString() returns as expected: "Hello<kk>"


when I set the property to

test = Hello<10>

getString() returns: "Hello<1"

Why?

Beat

Reply via email to