-
CSR
-
Resolution: Withdrawn
-
P3
-
None
-
behavioral
-
minimal
-
Documentation update only. The compatibility risk should be minimal as we changed to use the actual property name in practice.
-
System or security property
-
JDK
Summary
Request to change the System Property name from "jsse.enableMFLNExtension" to "jsse.enableMFLExtension".
This update may be backported to previous releases as well.
Problem
In JDK 9, the System Property, "jsse.enableMFLNExtension" was introduced to support Maximum Fragment Length Negotiation for TLS connections. However, the property used in the implementation is "jsse.enableMFLExtension" (without 'N').
As the implementation name has been used in practice, we request to update the System Property name in CSR and documentation to "jsse.enableMFLExtension".
Solution
In the Java Secure Socket Extension (JSSE) Reference Guide, change the System Property name from "jsse.enableMFLNExtension" to "jsse.enableMFLExtension".
Specification
N/A.
- csr of
-
JDK-8233621 Mismatch in jsse.enableMFLNExtension property name
-
- Closed
-