8344420: Remove Security Manager dependencies from javax.security package#22368
8344420: Remove Security Manager dependencies from javax.security package#22368seanjmullan wants to merge 4 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back mullan! A progress list of the required criteria for merging this PR into |
|
@seanjmullan This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 15 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
@seanjmullan The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
Webrevs
|
AlanBateman
left a comment
There was a problem hiding this comment.
I went through the changes and it looks a good cleanup. I think it would good to have a second reviewer, esp. for Subject and LoginContext, as there is a lot in this cleanup.
bradfordwetmore
left a comment
There was a problem hiding this comment.
I only looked over javax.security.cert. That part LGTM.
|
/integrate |
|
Going to push as commit 65c98e5.
Your commit was automatically rebased without conflicts. |
|
@seanjmullan Pushed as commit 65c98e5. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
Now that JEP 486 has been integrated, the
javax.securitypackage implementation dependencies onSystem.getSecurityManager,AccessController.doPrivilegedandAccessControlContextcan be removed.Most of the changes are straightforward: removal of code calling
System.getSecurityManager()and unwrapping of code insideAccessController.doPrivileged. However, two changes involved slightly more complicated work:javax.security.auth.login.Configurationandjavax.security.auth.login.LoginContextdo not need to capture the caller's access control context anymore.SecureSetimplementation injavax.security.auth.Subjectis greatly simplified because it does not do security checks anymore.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/22368/head:pull/22368$ git checkout pull/22368Update a local copy of the PR:
$ git checkout pull/22368$ git pull https://git.openjdk.org/jdk.git pull/22368/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 22368View PR using the GUI difftool:
$ git pr show -t 22368Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/22368.diff
Using Webrev
Link to Webrev Comment