Re: Enable system proxies by default on Linux?

2019-09-25 Thread mark . reinhold
2019/9/25 6:21:46 -0700, chris.hega...@oracle.com: > ... > > Yeah, what we want is for the ( standard? ) environment variables, > http_proxy, https_proxy, and ftp_proxy, to be recognized and used by the > networking implementation, by default. Daniel's previous investigation > has shown us that do

Re: RFR[8222829]: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative

2019-09-25 Thread Chris Hegarty
Patrick, On 25/09/2019 15:50, Patrick Concannon wrote: Hi, Would it be possible to have both my fix JDK-8222829, and CSR JDK-8231401, reviewed? This fix and CSR address the javadoc for DatagramSocket::setSoTimeout, and make explicit that an IllegalArgumentException will be thrown when pa

RFR[8222829]: DatagramSocket.setSoTimeout does not specify IAE when timeout is negative

2019-09-25 Thread Patrick Concannon
Hi, Would it be possible to have both my fix JDK-8222829, and CSR JDK-8231401, reviewed? This fix and CSR address the javadoc for DatagramSocket::setSoTimeout, and make explicit that an IllegalArgumentException will be thrown when passed a negative timeout value. webrev: http://cr.openj

Re: Enable system proxies by default on Linux?

2019-09-25 Thread Chris Hegarty
On 25/09/2019 11:56, Daniel Fuchs wrote: .. This is a problematic area, I think Daniel Fuchs looked into it recently to see what should be changed. When we where in the process of standardizing the HTTP client I did some investigation to see if we could make the HTTP client more user friendl

Re: Enable system proxies by default on Linux?

2019-09-25 Thread Volker Simonis
My colleague Arno did some work on this for Java 9/10 (see https://bugs.openjdk.java.net/browse/JDK-8170868) Added him on CC as well as I'm not sure he's following net-dev. Daniel Fuchs schrieb am Mi., 25. Sep. 2019, 12:56: > Hi, > > On 25/09/2019 08:20, Alan Bateman wrote: > > On 24/09/2019 23

Re: RFR: 8209178: Proxied HttpsURLConnection doesn't send BODY when retrying POST request

2019-09-25 Thread Daniel Fuchs
Hi, On 24/09/2019 16:11, Julia Boes wrote: Hi, This fix addresses an issue in HttpClient when retrying a POST request over proxied HTTPS. [...] Bug: https://bugs.openjdk.java.net/browse/JDK-8209178 Webrev: http://cr.openjdk.java.net/~jboes/webrevs/8209178/webrev.00/index.html This look

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 t