From dev-return-12124-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Mon Jun 05 16:43:31 2006 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 13266 invoked from network); 5 Jun 2006 16:43:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2006 16:43:30 -0000 Received: (qmail 57009 invoked by uid 500); 5 Jun 2006 16:43:29 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 56963 invoked by uid 500); 5 Jun 2006 16:43:29 -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 56952 invoked by uid 99); 5 Jun 2006 16:43:29 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Jun 2006 09:43:29 -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; Mon, 05 Jun 2006 09:43:28 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C13ED71429F for ; Mon, 5 Jun 2006 16:42:29 +0000 (GMT) Message-ID: <22176305.1149525749760.JavaMail.jira@brutus> Date: Mon, 5 Jun 2006 16:42:29 +0000 (GMT+00:00) From: "Stefan Zoerner (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-634) Delete with illegal DN causes client to hang 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 Delete with illegal DN causes client to hang -------------------------------------------- Key: DIRSERVER-634 URL: http://issues.apache.org/jira/browse/DIRSERVER-634 Project: Directory ApacheDS Type: Bug Versions: 1.0-RC3 Environment: Sun ONE Directory SDK for Java 4.1 ApacheDS 1.0 RC 3 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05) Microsoft Windows XP version 5.1 Service Pack 1 Reporter: Stefan Zoerner A delete operation with an invalid DN causes the client to hang. The expected result is LDAP error code 34 (INVALID_DN_SYNTAX) (preferred), or 32 (NO_SUCH_OBJECT). For instance I tried to delete DN "This is an illegal name,dc=example,dc=com" (no attribute name in RDN). Unfortunately, I was not able to create this situation with JNDI. Its LDAP Provider seems to ignore such an operation, there is no Exception at all. A Java test case created with Sun ONE Directory SDK for Java caused the client to hang, and does not produce the result code expected. I'll attach it to this issue. -- 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