Details
-
Bug
-
Status: Reopened
-
Critical
-
Resolution: Unresolved
-
utils-1.10.4
-
None
-
Windows 7 / tested with org.apache.felix.org.apache.felix.utils_1.11.2.jar
Description
org.apache.felix.utils.properties.TypedProperties does not parse arrays in OSGi configurations correctly.
While a single line config with
key=["val1","val2"] works fine
just adding a standard key value pair
key2=val2
has the consequence that the value for "key" is not parsed as an array anymore.
(see attached JUnit test to demonstrate the problem)