Hello,
If I put some spaces at the beginning of the property value, it is ignored by PropertiesParser (I suppose).
How to preserve those white spaces while parsing the config file ?Code:<object class="com.example.SomeClass"> <property name="someProperty" value=" some value beginning with spaces"/> </object>


Reply With Quote
