Re: RFR:8190843 can not set/get extendedOptions to ServerSocket

2017-12-01 Thread Roger Riggs
Hi Vyom, Looks fine Roger On 11/16/2017 4:03 AM, vyom tewari wrote: Hi All, Please review the small code change for the below issue. Webrev : http://cr.openjdk.java.net/~vtewari/8190843/webrev0.0/index.html BugId    : https://bugs.openjdk.java.net/browse/JDK-8190843 In this

Re: Parsing too strict in java.net.URI?

2017-12-01 Thread David Lloyd
On Mon, Nov 14, 2016 at 12:16 PM, Chris Hegarty wrote: > David, > > On 14/11/16 16:47, David M. Lloyd wrote: >> >> The following statement: >> >> URI uri = URI.create("local:"); >> >> fails with an exception like this: [...] >> However AFAICT scheme-only URIs are, while