[14] RFR 8229767: Typo in java.security: Sasl.createClient and Sasl.createServer

Weijun Wang weijun.wang at oracle.com
Thu Aug 15 02:21:11 UTC 2019


Bug is at https://bugs.openjdk.java.net/browse/JDK-8229767 <https://bugs.openjdk.java.net/browse/JDK-8229767>.

Please review the patch below:

diff --git a/src/java.base/share/conf/security/java.security b/src/java.base/share/conf/security/java.security
--- a/src/java.base/share/conf/security/java.security
+++ b/src/java.base/share/conf/security/java.security
@@ -1166,7 +1166,7 @@
 #
 # Disabled mechanisms will not be negotiated by both SASL clients and servers.
 # These mechanisms will be ignored if they are specified in the mechanisms argument
-# of `Sasl.createClient` or the mechanism argument of `Sasl.createServer`.
+# of `Sasl.createSaslClient` or the mechanism argument of `Sasl.createSaslServer`.
 #
 # The value of this property is a comma-separated list of SASL mechanisms.
 # The mechanisms are case-sensitive. Whitespaces around the commas are ignored.

Thanks,
Max

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/security-dev/attachments/20190815/82cf4ee0/attachment.htm>


More information about the security-dev mailing list