From dev-return-34615-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Thu Jul 29 13:49:42 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 54760 invoked from network); 29 Jul 2010 13:49:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 13:49:42 -0000 Received: (qmail 58418 invoked by uid 500); 29 Jul 2010 13:49:42 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 57863 invoked by uid 500); 29 Jul 2010 13:49: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 57851 invoked by uid 99); 29 Jul 2010 13:49:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 13:49:38 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 13:49:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6TDnHQG014649 for ; Thu, 29 Jul 2010 13:49:17 GMT Message-ID: <1342161.67191280411357432.JavaMail.jira@thor> Date: Thu, 29 Jul 2010 09:49:17 -0400 (EDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRAPI-21) Adding a value into an EntryAttribute does not leverage the schemaManager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Adding a value into an EntryAttribute does not leverage the schemaManager ------------------------------------------------------------------------- Key: DIRAPI-21 URL: https://issues.apache.org/jira/browse/DIRAPI-21 Project: Directory client API Issue Type: Bug Affects Versions: 0.1.0 Reporter: Emmanuel Lecharny Priority: Blocker Fix For: 0.2.0 We don't normalize nor check that the added value is valid in the EntryAttribute. As soon as we have a reference to the SchemaManager, every added value should be checkd and normalized. The contains( XXX ) method does not leverage the schemaManager either. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.