RFR: 8360166: CodeSource.implies(): Wildcard host fails to imply specific host

Alan Bateman alanb at openjdk.org
Thu Jun 26 06:26:27 UTC 2025


On Thu, 26 Jun 2025 01:43:51 GMT, Lei Zhu <duke at openjdk.org> wrote:

> Please review this PR which use hostname not cname to check imply. And alse add test case.
> 
> If there are any problems please let me know and I will correct them promptly.

JDK-8356557 tracks updating CodeSource.imples so that it is not dependent on SocketPermission. This would move things on so that SocketPermission can be deprecated for removal (several permission classes have been deprecated for removal in JDK 25, but SocketPermission couldn't be done at the same time).

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

PR Comment: https://git.openjdk.org/jdk/pull/25991#issuecomment-3007269516


More information about the net-dev mailing list