From dev-return-32700-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Feb 22 18:20:52 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 22583 invoked from network); 22 Feb 2010 18:20:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2010 18:20:52 -0000 Received: (qmail 81355 invoked by uid 500); 22 Feb 2010 18:20:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 81291 invoked by uid 500); 22 Feb 2010 18:20:52 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 81279 invoked by uid 99); 22 Feb 2010 18:20:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 18:20:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Feb 2010 18:20:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1C00029A001C for ; Mon, 22 Feb 2010 10:20:28 -0800 (PST) Message-ID: <84088275.436571266862828113.JavaMail.jira@brutus.apache.org> Date: Mon, 22 Feb 2010 18:20:28 +0000 (UTC) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1469) When a bind is pending, no other operation should be allowed In-Reply-To: <1319679362.436061266861387937.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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.