Integrated: 8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections

Matthew Donovan mdonovan at openjdk.org
Thu Aug 22 18:01:06 UTC 2024


On Wed, 14 Aug 2024 12:22:47 GMT, Matthew Donovan <mdonovan at openjdk.org> wrote:

> This is a small PR to extend the AbstractServer class in test/jdk/javax/net/ssl/TLSCommon/interop/ to enable users to specify a specific interface on which to listen for incoming connections. The default interface is now the loopback interface. The derived class, JdkServer, is also updated to use the interface specified in AbstractServer.

This pull request has now been integrated.

Changeset: 0b5c8870
Author:    Matthew Donovan <mdonovan at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/0b5c8870e5aa4fd0889d60faa9b1f65a9c338fff
Stats:     17 lines in 2 files changed: 14 ins; 0 del; 3 mod

8338380: Update TLSCommon/interop/AbstractServer to specify an interface to listen for connections

Reviewed-by: rhalade

-------------

PR: https://git.openjdk.org/jdk/pull/20581



More information about the security-dev mailing list