JDK-8229767 : Typo in java.security: Sasl.createClient and Sasl.createServer
Type:Bug
Component:security-libs
Sub-Component:javax.security
Affected Version:7,8,11
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2019-08-15
Updated:2022-06-27
Resolved:2019-08-15
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
The 2 method names appear in the description of the security property "jdk.sasl.disabledMechanisms". The names should be `Sasl.createSaslClient` and `Sasl.createSaslSever`.
Comments
Fix request (13u):
The patch applies cleanly.
20-03-2020
RFR posted: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-February/011084.html
The change may be the same, but it needs to be adapted to apply to multiple files in 8u and thus needs review.
06-02-2020
Fix Request (jdk11u and jdk8u)
JDK-8 and JDK-11 will be affected by this typo once 8200400 is backported. Patch is trivial (documentation-only). Applies cleanly to jdk11u. In jdk8u, path changes are required (OS-dependent java.security files).