Add option to PropertiesConfiguration.PropertiesWriter to enable/disable using
whitespace around = separator
------------------------------------------------------------------------------------------------------------
Key: CONFIGURATION-371
URL: https://issues.apache.org/jira/browse/CONFIGURATION-371
Project: Commons Configuration
Issue Type: New Feature
Components: Format
Affects Versions: 1.6
Reporter: Mark Anderson
PropertiesConfiguration can read property files where there is no whitespace
around the property separator (name=value). However, when the same
configuration is written back to disk whitespace is always used (name = value).
Can an option be added to enable or disable using whitespace when writing
property files so that the original properties file can be reproduced.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.