Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The issue is related to TypedProperties and appears only when lists are deserialized. It was originally reported by tom@quarendon.net (Apparent bug storing collection in org.apache.felix.utils.properties.TypedProperties) in the Felix mailing list.
The class org.apache.felix.utils.properties.Properties.PropertiesReader uses an incomplete regular expression, so that lists are not recognized as typed properties and get interpreted as strings.
Extending the regular expression will fix the issue.
Attachments
Issue Links
- links to