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

2025-06-25 Thread Lei Zhu
On Thu, 26 Jun 2025 06:24:14 GMT, Alan Bateman wrote: > 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 > rem

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

2025-06-25 Thread Alan Bateman
On Thu, 26 Jun 2025 01:43:51 GMT, Lei Zhu 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 dep