Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
2.0.16
-
None
-
None
-
N/A - this is general setting not dependent on OS/Hardware
Description
Oracle Java 8 introduced a method in javax.net.ssl.SSLParameters named setUseCipherSuitesOrder(boolean). The Mina classes are not able to use this parameter. The proposition is to make changes in org.apache.mina.filter.ssl.SslFilter to create new setting and pass it to the class named:org.apache.mina.filter.ssl.SslHandler and method named: init() to make this setting configurable (expose it in MINA classes).
What more, the MINA jar should be compiled in 1.8 to use this param.