From dev-return-30757-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Jul 22 11:14:32 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 96703 invoked from network); 22 Jul 2009 11:14:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 11:14:32 -0000 Received: (qmail 38035 invoked by uid 500); 22 Jul 2009 11:15:37 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 37959 invoked by uid 500); 22 Jul 2009 11:15:37 -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 37951 invoked by uid 99); 22 Jul 2009 11:15:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 11:15:37 +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; Wed, 22 Jul 2009 11:15:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C4AD5234C004 for ; Wed, 22 Jul 2009 04:15:14 -0700 (PDT) Message-ID: <2120198970.1248261314794.JavaMail.jira@brutus> Date: Wed, 22 Jul 2009 04:15:14 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Commented: (DIRSERVER-1385) Filter expression 'abc\' sended from Outlook parsed as null. In-Reply-To: <1426496798.1248259034890.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-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734074#action_12734074 ] Emmanuel Lecharny commented on DIRSERVER-1385: ---------------------------------------------- Either you want to escape the ", or to include a \ in your filter, but in any case, the filter is not good. It should be (cn="abc\\") or (cn="abc\"") Can you test both ? > Filter expression 'abc\' sended from Outlook parsed as null. > ------------------------------------------------------------- > > Key: DIRSERVER-1385 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1385 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.4 > Reporter: Tomasz Juchniewicz > Priority: Minor > > I send filter like this: commonName= "abc\" and it is parsed as: (2.5.4.3=*null*). > I send query from Outlook. > I don't know, it is a Outlook or ApacheDS bug. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.