RFR: 8296244: Alternate implementation of user-based authorization Subject APIs that doesn’t depend on Security Manager APIs [v3]
Weijun Wang
weijun at openjdk.org
Mon Mar 4 20:39:54 UTC 2024
On Mon, 4 Mar 2024 15:47:41 GMT, Sean Mullan <mullan at openjdk.org> wrote:
>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fix MBeanServerFileAccessController, more test in SM
>
> test/jdk/javax/security/auth/Subject/CallAsWithScopedValue.java line 27:
>
>> 25: * @test
>> 26: * @bug 8296244
>> 27: * @enablePreview
>
> Can you add a comment as to why `enablePreview` is needed? (Assume it is for `StructuredTaskScope`.)
OK.
> test/jdk/javax/security/auth/Subject/Compat.java line 34:
>
>> 32: /*
>> 33: * @test
>> 34: * @run main/othervm -Djava.security.manager=allow Compat
>
> Missing `@summary` and `@bug`.
Will Add.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17472#discussion_r1511760021
PR Review Comment: https://git.openjdk.org/jdk/pull/17472#discussion_r1511761591
More information about the core-libs-dev
mailing list