From dev-return-30175-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Fri May 01 10:31:52 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 81747 invoked from network); 1 May 2009 10:31:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 May 2009 10:31:52 -0000 Received: (qmail 72554 invoked by uid 500); 1 May 2009 10:31:52 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 72462 invoked by uid 500); 1 May 2009 10:31:51 -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 72454 invoked by uid 99); 1 May 2009 10:31:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2009 10:31:51 +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; Fri, 01 May 2009 10:31:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B4208234C003 for ; Fri, 1 May 2009 03:31:30 -0700 (PDT) Message-ID: <700330474.1241173890723.JavaMail.jira@brutus> Date: Fri, 1 May 2009 03:31:30 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSERVER-1333) Server is unable to handle valid 'not' filter In-Reply-To: <1253909359.1237459670878.JavaMail.jira@brutus> 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-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny resolved DIRSERVER-1333. ------------------------------------------ Resolution: Fixed The following patch should fix the problem : http://svn.apache.org/viewvc?rev=770617&view=rev > Server is unable to handle valid 'not' filter > --------------------------------------------- > > Key: DIRSERVER-1333 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1333 > Project: Directory ApacheDS > Issue Type: Bug > Components: core > Affects Versions: 1.5.4 > Environment: Apache > Reporter: Kirill Kovalenko > Assignee: Emmanuel Lecharny > Priority: Critical > Fix For: 1.5.5 > > Attachments: ds-1333-callstack.txt > > > When we execute a search request with a filter similar to the following one the server return OTHER error. > (!(|(uniqueMember=cn=user1,ou=Test,dc=example,dc=com)(member=cn=user2,ou=Test,dc=example,dc=com))) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.