changeset 9912:cfc6f6b7d6ff jdk7u251-b02 jdk7u251-ga jdk7u261-b00

8229767: Typo in java.security: Sasl.createClient and Sasl.createServer Reviewed-by: mbalao
author andrew
date Thu, 15 Aug 2019 15:39:43 +0800
parents 4f33e275ee6e
children c9b1004ad44d
files src/share/lib/security/java.security-linux src/share/lib/security/java.security-macosx src/share/lib/security/java.security-solaris src/share/lib/security/java.security-windows
diffstat 4 files changed, 12 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/lib/security/java.security-linux	Wed Feb 05 05:41:08 2020 +0000
+++ b/src/share/lib/security/java.security-linux	Thu Aug 15 15:39:43 2019 +0800
@@ -897,8 +897,9 @@
 # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
 #
 # 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`.
+# These mechanisms will be ignored if they are specified in the "mechanisms"
+# argument 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.
--- a/src/share/lib/security/java.security-macosx	Wed Feb 05 05:41:08 2020 +0000
+++ b/src/share/lib/security/java.security-macosx	Thu Aug 15 15:39:43 2019 +0800
@@ -896,8 +896,9 @@
 # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
 #
 # 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`.
+# These mechanisms will be ignored if they are specified in the "mechanisms"
+# argument 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.
--- a/src/share/lib/security/java.security-solaris	Wed Feb 05 05:41:08 2020 +0000
+++ b/src/share/lib/security/java.security-solaris	Thu Aug 15 15:39:43 2019 +0800
@@ -895,8 +895,9 @@
 # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
 #
 # 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`.
+# These mechanisms will be ignored if they are specified in the "mechanisms"
+# argument 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.
--- a/src/share/lib/security/java.security-windows	Wed Feb 05 05:41:08 2020 +0000
+++ b/src/share/lib/security/java.security-windows	Thu Aug 15 15:39:43 2019 +0800
@@ -896,8 +896,9 @@
 # Disabled mechanisms for the Simple Authentication and Security Layer (SASL)
 #
 # 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`.
+# These mechanisms will be ignored if they are specified in the "mechanisms"
+# argument 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.