Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
configuration-6.3.0
-
None
Description
PropertiesConverter converts String to bytes using ISO-8859-1 and then uses Properties.load() which converts that back to chars. Maybe just use Properties.load(new StringReader(value))?
Someone already handled encoding problems and passed String to Guice so why mess with it one more time?