Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B39359A6F for ; Thu, 2 Feb 2012 23:03:16 +0000 (UTC) Received: (qmail 42236 invoked by uid 500); 2 Feb 2012 23:03:16 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 41940 invoked by uid 500); 2 Feb 2012 23:03:16 -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 41732 invoked by uid 99); 2 Feb 2012 23:03:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 23:03:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Feb 2012 23:03:14 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5716C18911E for ; Thu, 2 Feb 2012 23:02:54 +0000 (UTC) Date: Thu, 2 Feb 2012 23:02:54 +0000 (UTC) From: "Emmanuel Lecharny (Updated) (JIRA)" To: dev@directory.apache.org Message-ID: <476124219.5450.1328223774358.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <463226389.5320.1328222693817.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (DIRAPI-76) Creating a Dn with more than one AVA should not be possible MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRAPI-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRAPI-76: ------------------------------------ Affects Version/s: 1.0.0-M9 Fix Version/s: 1.0.0-M11 > Creating a Dn with more than one AVA should not be possible > ----------------------------------------------------------- > > Key: DIRAPI-76 > URL: https://issues.apache.org/jira/browse/DIRAPI-76 > Project: Directory Client API > Issue Type: Bug > Affects Versions: 1.0.0-M9 > Reporter: Emmanuel Lecharny > Priority: Critical > Fix For: 1.0.0-M11 > > > creating a RDN like : > Rdn rdn = new Rdn( "ou=b,dc=com" ) > should throw a LdapInvalidDnException. This is not the case, as we try to parse the RDN as if it was a Dn. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira