When a bind is pending, no other operation should be allowed
------------------------------------------------------------
Key: DIRSERVER-1469
URL: https://issues.apache.org/jira/browse/DIRSERVER-1469
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.5
Reporter: Emmanuel Lecharny
Fix For: 2.0.0-RC1
If we issue a BindRequest, we should not be able to launch another request to
the server using the same connection :
RFC 4511, chap 4.2.1 :
"After sending a BindRequest, clients MUST NOT send further LDAP PDUs
until receiving the BindResponse. Similarly, servers SHOULD NOT
process or respond to requests received while processing a
BindRequest."
Right now, the server accept other requests, which is wrong
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.