Re: Enable system proxies by default on Linux?

2019-09-26 Thread mark . reinhold
mplicit dependency on the system proxies”, which is currently out for > review. It should clean up most of the accidental proxy dependencies. Thanks! >> I’ll make this change and run some tests ... Well, if any of the jtreg networking tests still have dependencies on system proxies then the m

Re: Enable system proxies by default on Linux?

2019-09-26 Thread Chris Hegarty
Mark, > On 25 Sep 2019, at 19:52, mark.reinh...@oracle.com wrote: > > ... > > The URLConnection and HttpClient APIs already use the system’s default > ProxySelector. What other APIs might require checking? Ignoring SOCKS, that should be it. > Do we care about SOCKS pr

Re: Enable system proxies by default on Linux?

2019-09-25 Thread mark . reinhold
> has shown us that doing so is possible, but a larger effort than we > initially thought. Sigh. > As Volker pointed out, the ( not enabled by default ) support for system > proxies was greatly improved in JDK 9, see 8170868 [1]. This was a > really nice contribution, which

Re: Enable system proxies by default on Linux?

2019-09-25 Thread Chris Hegarty
y, to be recognized and used by the networking implementation, by default. Daniel's previous investigation has shown us that doing so is possible, but a larger effort than we initially thought. As Volker pointed out, the ( not enabled by default ) support for system proxies was greatly improve

Re: Enable system proxies by default on Linux?

2019-09-25 Thread Volker Simonis
: > > On 24/09/2019 23:47, mark.reinh...@oracle.com wrote: > >> Using network proxies with Java applications is still, after all these > >> years, painful on Linux. > >> > >> Is there a reason not to change the default value of the system property > >>

Re: Enable system proxies by default on Linux?

2019-09-25 Thread Daniel Fuchs
Hi, On 25/09/2019 08:20, Alan Bateman wrote: On 24/09/2019 23:47, mark.reinh...@oracle.com wrote: Using network proxies with Java applications is still, after all these years, painful on Linux. Is there a reason not to change the default value of the system property `java.net.useSystemProxies

Re: Enable system proxies by default on Linux?

2019-09-25 Thread Alan Bateman
On 24/09/2019 23:47, mark.reinh...@oracle.com wrote: Using network proxies with Java applications is still, after all these years, painful on Linux. Is there a reason not to change the default value of the system property `java.net.useSystemProxies` [1] to `true`? This is a problematic area, I

Enable system proxies by default on Linux?

2019-09-24 Thread mark . reinhold
Using network proxies with Java applications is still, after all these years, painful on Linux. Is there a reason not to change the default value of the system property `java.net.useSystemProxies` [1] to `true`? This would still give priority to the system properties `http.proxyHost

RE: Proxies

2016-10-06 Thread Mark A. Claassen
nfels [mailto:e...@zusammenkunft.net] Sent: Thursday, October 06, 2016 3:17 PM To: net-dev@openjdk.java.net Subject: Re: Proxies Hello, Java HTTP clients (HTPURLConnection) can use a limited functionality of the system proxy. If you use Applet/JWS it is also configured on the cotnrol panel.

Re: Proxies

2016-10-06 Thread Bernd Eckenfels
Hello, Java HTTP clients (HTPURLConnection) can use a limited functionality of the system proxy. If you use Applet/JWS it is also configured on the cotnrol panel. http://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html You can also access system key and trust stores (with limited

Proxies

2016-10-06 Thread Mark A. Claassen
After asking some questions at JavaOne, I was told I could get more complete answers here. My question is about authentication mechanisms and support for native network configurations. Is the new client going to have access to the system proxy configuration settings? It would be nice if ther