[jdk11u-dev] RFR: 8281717: Cover logout method for several LoginModule
Amos Shi
ashi at openjdk.org
Tue Dec 5 05:40:04 UTC 2023
Backport of [JDK-8281717](https://bugs.openjdk.org/browse/JDK-8281717)
Note. The test case has compile error with the applied diff file
com/sun/security/auth/module/AllPlatforms.java Failed. Compilation failed: Compilation failed
AllPlatforms.java:71: error: cannot find symbol
} catch (FailedLoginException e) {
^
symbol: class FailedLoginException
location: class AllPlatforms
1 error
The compile error has been fixed in this PR.
The test case verified working in local dev machine of MacOS M1 laptop.
-------------
Commit messages:
- Backport fbb8ca55a80683a730179303b31c5c150bcca8a9
- Backport fbb8ca55a80683a730179303b31c5c150bcca8a9
Changes: https://git.openjdk.org/jdk11u-dev/pull/2337/files
Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2337&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8281717
Stats: 36 lines in 1 file changed: 15 ins; 10 del; 11 mod
Patch: https://git.openjdk.org/jdk11u-dev/pull/2337.diff
Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2337/head:pull/2337
PR: https://git.openjdk.org/jdk11u-dev/pull/2337
More information about the jdk-updates-dev
mailing list