Jiri Ondrusek created KARAF-6256:
------------------------------------
Summary: Parsing of org.apache.karaf.management.cfg doesn't ignore
spaces
Key: KARAF-6256
URL: https://issues.apache.org/jira/browse/KARAF-6256
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.2.3, 4.3.0
Reporter: Jiri Ondrusek
I can define "string array" properties in org.apache.karaf.management.cfg (e.g.
enabledProtocols)
If I define enabledProtocols=*TLSv1.2,TLSv1.1* everything is right. (Parsed
values are *"TLSv1.2"* and *"TLSv1.1"*)
But when I define enabledProtocols=*TLSv1.2, TLSv1.1*, array is parsed as
*"TLSv1.2"* and *" TLSv1.1"*, which is wrong.
Correct behavior: white spaces in "string arrays" should be ignored.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)