I think I've answered my own question. LdapContextSource creates a new InitialLdapContext every time a context is required. So the multiple threads should each be using their own DirContext.
...
Type: Posts; User: Insumo; Keyword(s):
I think I've answered my own question. LdapContextSource creates a new InitialLdapContext every time a context is required. So the multiple threads should each be using their own DirContext.
...
While I know this thread is old, I hope that I might get a clarification on something.
While the LdapTemplate, LdapContextSource and InitialLdapContext may be thread safe, the...