RFR: 8344652: Remove access control context text from SSLEngine and SSLSession APIs
Sean Mullan
mullan at openjdk.org
Thu Nov 21 17:43:35 UTC 2024
Some additional text in two `javax.net.ssl` APIs related to access control context was missed as part of JEP 483. This behavior no longer applies now that the Security Manager is permanently disabled and has been removed.
The implementation changes associated with this will be posted in a separate PR for https://bugs.openjdk.org/browse/JDK-8344366.
-------------
Commit messages:
- Spec. text removal.
Changes: https://git.openjdk.org/jdk/pull/22299/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22299&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8344652
Stats: 25 lines in 2 files changed: 0 ins; 24 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/22299.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/22299/head:pull/22299
PR: https://git.openjdk.org/jdk/pull/22299
More information about the net-dev
mailing list