Emmanuel Lecharny created DIRSERVER-2018:
--------------------------------------------
Summary: Race condition in PasswordPolicy Bind handling
Key: DIRSERVER-2018
URL: https://issues.apache.org/jira/browse/DIRSERVER-2018
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 2.0.0-M17
Reporter: Emmanuel Lecharny
Priority: Critical
Fix For: 2.0.0-M18
If the server is fast enough, then in some case, some PasswordPolicy tests fail
because the second bind attempt is done before the LdapSession is marked as
Anonymous.
This is due to the fact we do write the response *before* switching the
LdapSession to Anonymous, giving a chance for another thread to do a bind.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)