Re: RFR: 8301367: Add exception handler method to the BaseLdapServer

2023-02-02 Thread Aleksei Efimov
On Tue, 31 Jan 2023 16:19:34 GMT, Aleksei Efimov 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 cu

Re: RFR: 8301367: Add exception handler method to the BaseLdapServer

2023-02-02 Thread Daniel Fuchs
On Tue, 31 Jan 2023 16:19:34 GMT, Aleksei Efimov 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 cu

Re: RFR: 8301367: Add exception handler method to the BaseLdapServer

2023-02-01 Thread Vyom Tewari
On Tue, 31 Jan 2023 16:19:34 GMT, Aleksei Efimov 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 cu

Re: RFR: 8301367: Add exception handler method to the BaseLdapServer

2023-02-01 Thread Jaikiran Pai
On Tue, 31 Jan 2023 16:19:34 GMT, Aleksei Efimov 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 cu

RFR: 8301367: Add exception handler method to the BaseLdapServer

2023-01-31 Thread Aleksei Efimov
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