Adrien PAILHES created FELIX-4979:
-------------------------------------
Summary: [Jetty] String array properties are not parsed correctly
Key: FELIX-4979
URL: https://issues.apache.org/jira/browse/FELIX-4979
Project: Felix
Issue Type: Bug
Components: HTTP Service
Affects Versions: http.jetty-3.0.2
Reporter: Adrien PAILHES
According to https://issues.apache.org/jira/browse/FELIX-4376, it's possible to
configure excluded cipher suites with a comma-separated list.
But in fact it does not work because
org.apache.felix.http.jetty.internal.JettyConfig#getStringArrayProperty does
not parse correctly property.
On associated patch,
test(org.apache.felix.http.jetty.internal.JettyConfigTest#testParseStringArrayProperty)
and correction
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)