Hello,

If I put some spaces at the beginning of the property value, it is ignored by PropertiesParser (I suppose).

Code:
<object class="com.example.SomeClass">
	<property name="someProperty" value="       some value beginning with spaces"/>
</object>
How to preserve those white spaces while parsing the config file ?