Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 65341 invoked from network); 11 Sep 2005 23:50:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Sep 2005 23:50:32 -0000 Received: (qmail 73452 invoked by uid 500); 11 Sep 2005 23:50:32 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 73262 invoked by uid 500); 11 Sep 2005 23:50:31 -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 73248 invoked by uid 99); 11 Sep 2005 23:50:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Sep 2005 16:50:31 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 555E429A for ; Mon, 12 Sep 2005 01:50:30 +0200 (CEST) Message-ID: <1379208324.1126482630316.JavaMail.jira@ajax.apache.org> Date: Mon, 12 Sep 2005 01:50:30 +0200 (CEST) From: "Alex Karasulu (JIRA)" To: dev@directory.apache.org Subject: [jira] Resolved: (DIREVE-245) Add operation with capital letters in the suffix failed. In-Reply-To: <220657279.1126125030730.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/DIREVE-245?page=all ] Alex Karasulu resolved DIREVE-245: ---------------------------------- Fix Version: 0.9.3 Resolution: Fixed Committed in revision 280212 here: http://svn.apache.org/viewcvs.cgi?view=rev&rev=280212 > Add operation with capital letters in the suffix failed. > -------------------------------------------------------- > > Key: DIREVE-245 > URL: http://issues.apache.org/jira/browse/DIREVE-245 > Project: Directory Server > Type: Bug > Components: server main > Versions: 0.9.3 > Reporter: Endi S. Dewata > Assignee: Alex Karasulu > Fix For: 0.9.3 > Attachments: DIREVE-245.patch, MixedCaseTest.java > > Set up a partition with dc=Apache,dc=Org as the suffix. Run the server then add the following entry: > dn: ou=users,dc=Apache,dc=Org > objectClass: organizationalUnit > ou: users > The operation will fail with a return code of 32 (no such object). > When an add operation is issued, the server calls the DefaultContextPartitionNexus.hasEntry() which in turn calls DefaultContextPartitionNexus.getBackend(). The current getBackend() implementation requires that the DN parameter has to be normalized. However, the DN parameter coming from hasEntry() is not normalized, causing it to fail finding the appropriate backend. So, either the getBackend() has to be modified to normalize the parameter, or all callers have to be checked to make sure they normalize the parameter first. -- 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