Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Implemented
-
qpid-java-broker-8.0.6
-
None
Description
Current implementation of LDAP SSL connection in broker relies on dynamic classloading using LDAPSSLSocketFactoryGenerator. Existing implementation can be refactored with the usage of ThreadLocal keeping created SSLSocketFactory instance. That would simplify the logic of SimpleLDAPAuthenticationManagerImpl and would allow to remove apache bcel dependency currently needed for this purpose only.