RFR: 8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration [v2]

Volkan Yazıcı duke at openjdk.org
Mon Nov 25 20:06:33 UTC 2024


> 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.

Volkan Yazıcı has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains four commits:

 - Merge remote-tracking branch 'upstream/master' into SM-HttpCon
 - Merge remote-tracking branch 'upstream/master' into SM-HttpCon
 - Merge remote-tracking branch 'upstream/master' into SM-HttpCon
 - Remove `SM` et al. from `HttpURLConnection`, `HttpConnectSocketImpl`, and `HttpsURLConnection`

-------------

Changes: https://git.openjdk.org/jdk/pull/22326/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=22326&range=01
  Stats: 51 lines in 4 files changed: 1 ins; 44 del; 6 mod
  Patch: https://git.openjdk.org/jdk/pull/22326.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22326/head:pull/22326

PR: https://git.openjdk.org/jdk/pull/22326


More information about the net-dev mailing list