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
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
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
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
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
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
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`
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