Stefan Seelmann created DIRSTUDIO-1187:
------------------------------------------
Summary: Disable JNDI connection provider for Java 9+
Key: DIRSTUDIO-1187
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-1187
Project: Directory Studio
Issue Type: Task
Reporter: Stefan Seelmann
Assignee: Stefan Seelmann
Fix For: 2.0.0-M14
Behaviour of JNDI has been changed since Java 9. Especially
LdapContext.reconnect() now creates a new physical connection. In Studio the
"Check Authentication" used the old behaviour, it no longer works since Java 9.
Instead of refactoring JNDIConnectionProvider let's disable it for Java 9+ and
long term remove the JNDI network provider.
Related changes:
* https://bugs.openjdk.java.net/browse/JDK-8059009
* http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/021b47694183
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)