You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/02/22 18:56:27 UTC

[jira] Created: (DIRSERVER-1469) When a bind is pending, no other operation should be allowed

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.


[jira] Commented: (DIRSERVER-1469) When a bind is pending, no other operation should be allowed

Posted by "Emmanuel Lecharny (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSERVER-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836766#action_12836766 ] 

Emmanuel Lecharny commented on DIRSERVER-1469:
----------------------------------------------

If the client send a request (except an AbandonRequest) to the server while binding, the server should return a UNWILLING_TO_PERFORM error.

> 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.