RFR: 8283805: [REDO] JDK 19 L10n resource files update - msgdrop 10

2022-03-29 Thread Alisen Chung
redo of 8280400 - Commit messages: - 8280400: JDK 19 L10n resource files update - msgdrop 10 Changes: https://git.openjdk.java.net/jdk/pull/8026/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8026&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8283805 Sta

Re: RFR: 8283544: HttpClient GET method adds Content-Length: 0 header

2022-03-29 Thread Daniel Fuchs
On Tue, 29 Mar 2022 18:31:02 GMT, Daniel Jeliński wrote: >> **Issue** >> When using the `HttpClient.send()` to send a GET request created using the >> `HttpRequest.newBuilder()`, a `Content-length: 0` header is set. This >> behaviour causes issues with many services as a body related header is

Re: RFR: 8283544: HttpClient GET method adds Content-Length: 0 header

2022-03-29 Thread Daniel Jeliński
On Tue, 29 Mar 2022 15:44:58 GMT, Conor Cleary wrote: > **Issue** > When using the `HttpClient.send()` to send a GET request created using the > `HttpRequest.newBuilder()`, a `Content-length: 0` header is set. This > behaviour causes issues with many services as a body related header is > usua

Re: RFR: 8283544: HttpClient GET method adds Content-Length: 0 header

2022-03-29 Thread Daniel Fuchs
On Tue, 29 Mar 2022 15:44:58 GMT, Conor Cleary wrote: > **Issue** > When using the `HttpClient.send()` to send a GET request created using the > `HttpRequest.newBuilder()`, a `Content-length: 0` header is set. This > behaviour causes issues with many services as a body related header is > usua

Integrated: 8283772: Make sun.net.dns.ResolverConfiguration sealed

2022-03-29 Thread Aleksei Efimov
On Mon, 28 Mar 2022 21:44:36 GMT, Aleksei Efimov wrote: > The following fix seals `sun.net.dns.ResolverConfiguration` abstract class. > `sun.net.dns.ResolverConfigurationImpl` is the only permitted subclass which > has two O/S specific implementations: for `Windows` and `Unix` architectures. >

RFR: 8283544: HttpClient GET method adds Content-Length: 0 header

2022-03-29 Thread Conor Cleary
**Issue** When using the `HttpClient.send()` to send a GET request created using the `HttpRequest.newBuilder()`, a `Content-length: 0` header is set. This behaviour causes issues with many services as a body related header is usually not expected to be included with a GET request. **Solution**

Re: RFR: 8283772: Make sun.net.dns.ResolverConfiguration sealed

2022-03-29 Thread Daniel Fuchs
On Mon, 28 Mar 2022 21:44:36 GMT, Aleksei Efimov wrote: > The following fix seals `sun.net.dns.ResolverConfiguration` abstract class. > `sun.net.dns.ResolverConfigurationImpl` is the only permitted subclass which > has two O/S specific implementations: for `Windows` and `Unix` architectures. >

Re: RFR: 8283772: Make sun.net.dns.ResolverConfiguration sealed

2022-03-29 Thread Jaikiran Pai
On Mon, 28 Mar 2022 21:44:36 GMT, Aleksei Efimov wrote: > The following fix seals `sun.net.dns.ResolverConfiguration` abstract class. > `sun.net.dns.ResolverConfigurationImpl` is the only permitted subclass which > has two O/S specific implementations: for `Windows` and `Unix` architectures. >

Re: RFR: 8283772: Make sun.net.dns.ResolverConfiguration sealed

2022-03-29 Thread Daniel Fuchs
On Mon, 28 Mar 2022 21:44:36 GMT, Aleksei Efimov wrote: > The following fix seals `sun.net.dns.ResolverConfiguration` abstract class. > `sun.net.dns.ResolverConfigurationImpl` is the only permitted subclass which > has two O/S specific implementations: for `Windows` and `Unix` architectures. >