Re: RFR: DefaultProxySelector should use system defaults on Windows, MacOS and Gnome

2016-12-20 Thread Volker Simonis
Hi Arno, you change looks good. Thanks for addressing this long standing issue! Please find some minor comments below: - make/lib/NetworkingLibraries.gmk 28 ifeq ($(OPENJDK_TARGET_OS), macosx) 29LIBNET_EXCLUDE_FILES := DefaultProxySelector.c 30 endif Have you tried to use LIBNET_EXCLU

Re: RFR: 8163449: Allow per protocol setting for URLConnection defaultUseCaches

2016-12-20 Thread Chris Hegarty
> On 19 Dec 2016, at 16:43, Michael McMahon > wrote: > > Could I get the following API (and impl) change reviewed please? > > The change is to add a getter and setter in j.n.URLConnection > for a per-protocol default setting for the useCaches flag. With this > change it will be possible to swi