Integrated: 8301367: Add exception handler method to the BaseLdapServer

Aleksei Efimov aefimov at openjdk.org
Thu Feb 2 12:48:34 UTC 2023


On Tue, 31 Jan 2023 16:19:34 GMT, Aleksei Efimov <aefimov at openjdk.org> wrote:

> The proposed change adds a new exception handler method to the `test/jdk/com/sun/jndi/ldap/lib/BaseLdapServer.java` LDAP test library class. It will allow LDAP tests to customize the handling of server-side exceptions.   
> The current `BaseLdapTestServer` implementation prints an exception and its stack trace to the standard error stream.
> 
> Existing tests in `test/jdk/com/sun/jndi/ldap` that use the modified library class are passing with the modified version.

This pull request has now been integrated.

Changeset: 03b23a1e
Author:    Aleksei Efimov <aefimov at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/03b23a1e1bd724019ef4fdbee3463d0646329164
Stats:     11 lines in 1 file changed: 9 ins; 0 del; 2 mod

8301367: Add exception handler method to the BaseLdapServer

Reviewed-by: jpai, vtewari, dfuchs

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

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


More information about the core-libs-dev mailing list