Re: RFR [13] 8220719: Allow other named NetPermissions to be used

2019-03-16 Thread Alan Bateman
On 16/03/2019 11:32, Chris Hegarty wrote: * + * @implNote + * Implementations may define additional target names, but should use naming + * conventions such as reverse domain name notation to avoid name clashes. + * * @see java.security.BasicPermission * @see java.security.Permission * @see

Re: 8220493: Prepare Socket/ServerSocket for alternative platform SocketImpl

2019-03-16 Thread Chris Hegarty
> ... > > The webrev with the corresponding changes is here: >http://cr.openjdk.java.net/~alanb/8220493/0/webrev/ > I exchanged a few > messages offline with Alan regarding review comments relating to this change. I'm happy to see it move

Re: RFR [13] 8220719: Allow other named NetPermissions to be used

2019-03-16 Thread Chris Hegarty
> On 15 Mar 2019, at 15:22, Sean Mullan wrote: > > Looks good to me. > > —Sean Additionally, as noted in the CSR comments, an implNote ( similar to that of what was added by 8077055 ) could be added, to clearly spell out the possibility of, and guidance for, other non-standard target names. It