[8u] RFR 8200400: Allow Sasl mechanisms to be restricted
Weijun Wang
weijun.wang at oracle.com
Thu Aug 15 01:56:16 UTC 2019
Oops, I take a look at your fix and realized I had a typo in java.security in my original fix. You might want to use the correct names from the beginning.
I filed a bug at
https://bugs.openjdk.java.net/browse/JDK-8229767.
Typo in java.security: Sasl.createClient and Sasl.createServer
"The 2 method names appear in the description of the security property "jdk.sasl.disabledMechanisms". The names should be `Sasl.createSaslClient` and `Sasl.createSaslSever`".
This is not a code review. I don't know the policy of jdk8u repos.
Thanks,
Max
> On Aug 14, 2019, at 10:27 PM, Martin Balao <mbalao at redhat.com> wrote:
>
> Hi,
>
> On 8/5/19 1:58 PM, Martin Balao wrote:
>>
>> I'd like to request a review for the jdk8u backport of JDK-8200400 [1]:
>>
>> *
>> https://cr.openjdk.java.net/~mbalao/webrevs/8200400/8200400.webrev.jdk8u.jdk.00/
>>
>> Changes:
>>
>> * Paths
>>
>> * java.security change per OS file
>>
>> * Sasl.java
>> * copyright date
>> * documentation hooks did not apply cleanly
>>
>> * Test
>> * @module jtreg tag removed
>> * @library path changed
>> * Asserts import changed
>>
>> Testing:
>>
>> * javax/security/sasl/Sasl/DisabledMechanisms.java passed
>>
>> Thanks,
>> Martin.-
>>
>> --
>> [1] - https://bugs.openjdk.java.net/browse/JDK-8200400
>>
>
> Can someone please have a look at this?
>
> JDK-8 backport of this bug has been approved, only the review missing.
>
> Thanks,
> Martin.-
More information about the jdk8u-dev
mailing list