On Wed, 23 Feb 2022 20:15:24 GMT, Xue-Lei Andrew Fan wrote:
> Hi,
>
> Please review the implementation of RFC 8879, TLS Certificate Compression, in
> JDK. The TLS Certificate Compression standard is an essential part for QUIC
> connections and performance improvement for TLS connections. Mor
On Mon, 10 Jan 2022 15:56:07 GMT, Michael Felt wrote:
> with IP "0.0.0.0"
>
> - it either does nothing and ping fails, or, in some virtual environments
> is treated as the default route address.
> - IPv6 support for ::1 is available since 1977; however, ::0 is not accepted
> as a vaild psuedo IP
On Wed, 13 Oct 2021 22:04:23 GMT, Mahendra Chhipa wrote:
> 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-82681
On Thu, 4 Mar 2021 12:16:29 GMT, Сергей Цыпанов
wrote:
> When we do
>
> byte b1 = (byte) (value & 0xFF);
>
> we keep from int only 1 lower byte and exactly the same can be achieved with
> plain cast. See the test below:
>
> public class Main {
> public static void main(String[] args) throw
On Sun, 29 Nov 2020 07:54:23 GMT, Jamie Le Tual
wrote:
> Users have been able to send ICMP packets without the need for root
> privileges or the CAP_NET_RAW capability since at least kernel 3.11.
>
> For some time now, if the kernel parameter net.ipv4.ping_group_range included
> the gid of a
On Sat, 2 Jan 2021 10:11:30 GMT, Jayashree S Kumar
wrote:
> Issue
>
> https://bugs.openjdk.java.net/browse/JDK-8243376
>
> Problem
>
> The scenario is:
> - Some specified target hostname resolves to two IP addresses (always the
> same address pair).
> - The DNS resolved order of the two ip
On Thu, 28 Jan 2021 16:42:02 GMT, Evan Whelan wrote:
> Hi all,
>
> Please review this fix for which corrects the order in which field values are
> returned from the `HttpURLConnection.getHeaderFields` and
> `URLConnection.getRequestProperties` methods.
>
> Currently, the implementation of the