Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 58514 invoked from network); 1 Jul 2006 08:40:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Jul 2006 08:40:12 -0000 Received: (qmail 58774 invoked by uid 500); 1 Jul 2006 08:40:11 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 58728 invoked by uid 500); 1 Jul 2006 08:40:11 -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 58711 invoked by uid 99); 1 Jul 2006 08:40:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jul 2006 01:40:11 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Jul 2006 01:40:10 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 339C07141F5 for ; Sat, 1 Jul 2006 08:38:30 +0000 (GMT) Message-ID: <20549136.1151743110181.JavaMail.jira@brutus> Date: Sat, 1 Jul 2006 08:38:30 +0000 (GMT+00:00) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIRSERVER-258) NormalizationService is not handling correctly a Name with a comma followed by a space in it: for instance "text1, text2" In-Reply-To: <1148114801.1132356044731.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRSERVER-258?page=all ] Emmanuel Lecharny resolved DIRSERVER-258: ----------------------------------------- Resolution: Fixed It has been fixed some times ago. I have tested the attached ldif file, and it seems that no space is missing > NormalizationService is not handling correctly a Name with a comma followed by a space in it: for instance "text1, text2" > ------------------------------------------------------------------------------------------------------------------------- > > Key: DIRSERVER-258 > URL: http://issues.apache.org/jira/browse/DIRSERVER-258 > Project: Directory ApacheDS > Type: Bug > Versions: pre-1.0 > Environment: XP > Reporter: Giamma > Assignee: Emmanuel Lecharny > Priority: Minor > Fix For: 1.1.0 > Attachments: Direct Report View.ldif > > In my custom partition I have organizations with various special characters in their name, for instance: > "text1=text2" > "text1 text2" > "text1,text2" > The 3 above all work fine. > But the following won't be normilized correctly: > "text1= text2" > "text2, text2" > They are normilized by NormalizationService.search or NormalizationService.hasEntry as this: > "text1= text2" --> "text1=text2" > "text2, text2" --> "text1,text2" > The space after the = or the , are skipped. > I think the code doing this is coming from antrl. > I tried using the latest 2.7.5 but the problem is still there. > I think the actual class with the bug is LLKParser. > I didn't download the code so i am not sure what's wrong. > I believe this is a regression as the same test case used to work with a previous > version of apache DS. > Let me know if you need anything more from me. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira