RFR: 8280965: Tests com/sun/net/httpserver/simpleserver fail with FileSystemException on Windows 11

2022-02-03 Thread Julia Boes
This change updates the tests in question to handle the case where sym link creation is not supported, as observed on Windows 11 where additional privileges are required to create sym links. Testing: tier 1-3 across platforms, plus tests in question on Windows 11 specifically - Co

Re: RFR: 8272777: Clean up remaining AccessController warnings in test library

2022-02-03 Thread Kevin Walls
On Wed, 2 Feb 2022 21:35:59 GMT, Kevin Walls wrote: > Reduce noise in test output by adding the @SuppressWarnings("removal") > annotation (which has already been widely applied). Thanks Roger and Serguei! - PR: https://git.openjdk.java.net/jdk/pull/7328

Integrated: 8272777: Clean up remaining AccessController warnings in test library

2022-02-03 Thread Kevin Walls
On Wed, 2 Feb 2022 21:35:59 GMT, Kevin Walls wrote: > Reduce noise in test output by adding the @SuppressWarnings("removal") > annotation (which has already been widely applied). This pull request has now been integrated. Changeset: 63a00a0d Author:Kevin Walls URL: https://git.open

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v4]

2022-02-03 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 > JDK-8268133 Mahendra Chhipa has updated the pull request with a new

Re: RFR: 8280965: Tests com/sun/net/httpserver/simpleserver fail with FileSystemException on Windows 11

2022-02-03 Thread Daniel Fuchs
On Thu, 3 Feb 2022 09:24:46 GMT, Julia Boes wrote: > This change updates the tests in question to handle the case where sym link > creation is not supported, as observed on Windows 11 where additional > privileges are required to create sym links. > > Testing: tier 1-3 across platforms, plus t

possible to access the default DNS resolver for JEP 418 pass-thru resolution?

2022-02-03 Thread Josh Long
hello, I'm very interested in JEP 418: Internet-Address Resolution SPI, and I was wondering: if I plugged in my own implementation via service loader, would it be possible to obtain a reference to the default implementation (the one that my implementation replaces) for pass-thru resolution? Ideall

Re: possible to access the default DNS resolver for JEP 418 pass-thru resolution?

2022-02-03 Thread Alan Bateman
On 03/02/2022 00:07, Josh Long wrote: hello, I'm very interested in JEP 418: Internet-Address Resolution SPI, and I was wondering: if I plugged in my own implementation via service loader, would it be possible to obtain a reference to the default implementation (the one that my implementation

Re: RFR: 8209137: Add ability to bind to specific local address to HTTP client [v10]

2022-02-03 Thread Jaikiran Pai
> This change proposes to implement the enhancement noted in > https://bugs.openjdk.java.net/browse/JDK-8209137. > > The change introduces a new API to allow applications to build a > `java.net.http.HTTPClient` configured with a specific local address that will > be used while creating `Socket`

Re: RFR: 8209137: Add ability to bind to specific local address to HTTP client [v9]

2022-02-03 Thread Jaikiran Pai
On Wed, 2 Feb 2022 10:37:54 GMT, Daniel Fuchs wrote: >> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> minor - rename variable in test > > src/java.net.http/share/classes/java/net/http/HttpClient.java line 376: > >> 374:

Re: RFR: 8280965: Tests com/sun/net/httpserver/simpleserver fail with FileSystemException on Windows 11

2022-02-03 Thread Michael McMahon
On Thu, 3 Feb 2022 09:24:46 GMT, Julia Boes wrote: > This change updates the tests in question to handle the case where sym link > creation is not supported, as observed on Windows 11 where additional > privileges are required to create sym links. > > Testing: tier 1-3 across platforms, plus t

Re: RFR: 8280965: Tests com/sun/net/httpserver/simpleserver fail with FileSystemException on Windows 11

2022-02-03 Thread Julia Boes
On Thu, 3 Feb 2022 16:16:32 GMT, Michael McMahon wrote: >> This change updates the tests in question to handle the case where sym link >> creation is not supported, as observed on Windows 11 where additional >> privileges are required to create sym links. >> >> Testing: tier 1-3 across platfor

Re: RFR: 8280494: (D)TLS signature schemes [v9]

2022-02-03 Thread Sean Mullan
On Wed, 2 Feb 2022 22:41:56 GMT, Xue-Lei Andrew Fan wrote: > > On a related issue, have you given any thought as to what the behavior > > should be if a 3rd-party JSSE provider is not updated to support these new > > methods? I don't know of a good way to address that since the API is not > >

Re: RFR: 8280494: (D)TLS signature schemes [v9]

2022-02-03 Thread Xue-Lei Andrew Fan
On Thu, 3 Feb 2022 21:30:59 GMT, Sean Mullan wrote: > > > On a related issue, have you given any thought as to what the behavior > > > should be if a 3rd-party JSSE provider is not updated to support these > > > new methods? I don't know of a good way to address that since the API is > > > not