On Sat, 16 Jul 2022 13:46:58 GMT, Weijun Wang <[email protected]> wrote:
>> Add null-checks in all `LoginModule` implementations. It's possible that an >> application calls `logout` after a login failure, where most internal >> variables for principals and credentials are null and removing a null from >> the `Subject`'s principals and credentials sets will trigger a >> `NullPointerException`. > > Weijun Wang has updated the pull request incrementally with one additional > commit since the last revision: > > more comment I can also review the CSR when it is ready. ------------- Marked as reviewed by mullan (Reviewer). PR: https://git.openjdk.org/jdk/pull/9348
