Christoph Fiehe created FELIX-6042:
--------------------------------------
Summary: Lists are not recognized as typed properties
Key: FELIX-6042
URL: https://issues.apache.org/jira/browse/FELIX-6042
Project: Felix
Issue Type: Bug
Components: Utils
Reporter: Christoph Fiehe
The issue is related to TypedProperties and appears only when lists are
deserialized. It was orginally reported by
[[email protected]|mailto:[email protected]] (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 recongnized as typed
properties and get interpreted as strings.
Extending the regular expression will fix the issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)