Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http.jetty-3.0.2
-
None
Description
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(on trunk)