Integrated: 8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration
Volkan Yazıcı
duke at openjdk.org
Tue Nov 26 09:38:44 UTC 2024
On Fri, 22 Nov 2024 14:31:21 GMT, Volkan Yazıcı <duke at openjdk.org> wrote:
> Addresses [8344222](https://bugs.openjdk.org/browse/JDK-8344222) and removes `SecurityManager` and `doPrivileged()` usages from `Http(s)URLConnection` and `HttpConnectSocketImpl`. `tier2` and `tier3` results are on their way.
This pull request has now been integrated.
Changeset: 25dd51e4
Author: Volkan Yazıcı <volkan.yazici at oracle.com>
Committer: Jaikiran Pai <jpai at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/25dd51e4fc424deb0cb71ec8c706c551e9abad55
Stats: 51 lines in 4 files changed: 1 ins; 44 del; 6 mod
8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration
Reviewed-by: dfuchs, jpai
-------------
PR: https://git.openjdk.org/jdk/pull/22326
More information about the net-dev
mailing list