On Fri, 22 Nov 2024 20:11:52 GMT, Daniel Fuchs <[email protected]> wrote:
>>> Will changes sun/net/util/URLUtil.java be handled in >>> [JDK-8344180](https://bugs.openjdk.org/browse/JDK-8344180)? >> >> It has only two subtasks with mentions of `URLUtil`: >> >> - [JDK-8344221](https://bugs.openjdk.org/browse/JDK-8344221) it is already >> resolved >> - this issue >> >> So I guess the `getConnectPermission` removal can be part of this PR. > > Hi @azvegint, if you have no objection to include the deletion of > `URLUtil.getConnectPermission()` in this PR, then please do. Removed unsused methods from sun/net/util/URLUtil.java. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22330#discussion_r1854607350
