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

Xuelei Fan Xuelei.Fan at Oracle.Com
Thu Aug 15 03:50:34 UTC 2019


Looks good to me.

Xuelei 

> On Aug 14, 2019, at 7:21 PM, Weijun Wang <weijun.wang at oracle.com> wrote:
> 
> Bug is at 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/20190814/82c81303/attachment.htm>


More information about the security-dev mailing list