Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 86819 invoked from network); 9 Apr 2009 20:16:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 20:16:39 -0000 Received: (qmail 92206 invoked by uid 500); 9 Apr 2009 20:16:39 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 92125 invoked by uid 500); 9 Apr 2009 20:16:39 -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 92117 invoked by uid 99); 9 Apr 2009 20:16:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 20:16:39 +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; Thu, 09 Apr 2009 20:16:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EADD9234C051 for ; Thu, 9 Apr 2009 13:16:12 -0700 (PDT) Message-ID: <685899809.1239308172947.JavaMail.jira@brutus> Date: Thu, 9 Apr 2009 13:16:12 -0700 (PDT) From: =?utf-8?Q?Jean-Fran=C3=A7ois_Melian_=28JIRA=29?= To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1347) escaping french accents in filter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org escaping french accents in filter --------------------------------- Key: DIRSERVER-1347 URL: https://issues.apache.org/jira/browse/DIRSERVER-1347 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.4 Environment: windows xp Reporter: Jean-Fran=C3=A7ois Melian I have some entries (InetOrgPerson) witch have french accents in uid and cn= attributes, for example : first user: cn=3DAlbert Einstein=20 uid=3Daeinstein=20 second user: cn=3Dr=C3=A9dacteur1=20 uid=3Dr=C3=A9dacteur1=20 and a group (GroupOfUniqueNames) with 2 members : uniqueMember=3Duid=3Daeinstein,ou=3DUsers,dc=3Dexample,dc=3Dcom=20 uniqueMember=3Duid=3Dr=C3=A9dacteur1,ou=3DUsers,dc=3Dexample,dc=3Dcom By program I send request to apache DS 1.5.4 (standalone server) or 1.5.5 = revision 755173 (embedded ) (&(cn=3DAlbert Einstein )(objectClass=3DInetOrgPerson) works fine (&(cn=3Dr\c3\a9dacteur1)(objectClass=3DInetOrgPerson) works fine (&(uniqueMember=3Duid=3Daeinstein,ou=3DUsers,dc=3Dexample, dc=3Dcom)(Object= Class=3DGroupOfUniqueNames)) works (no accents) but=20 (&(uniqueMember=3Duid=3Dr=C3=A9dacteur1,ou=3DUsers,dc=3Dexample, dc=3Dcom)(= ObjectClass=3DGroupOfUniqueNames)) dont' works (&(uniqueMember=3Duid=3Dr\c3\a9dacteur1,ou=3DUsers,dc=3Dexample, dc=3Dcom)(= ObjectClass=3DGroupOfUniqueNames)) dont' works =20 --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.