From dev-return-35297-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Oct 10 20:57:56 2010 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 27176 invoked from network); 10 Oct 2010 20:57:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Oct 2010 20:57:56 -0000 Received: (qmail 47847 invoked by uid 500); 10 Oct 2010 20:57:56 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 47698 invoked by uid 500); 10 Oct 2010 20:57:55 -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 47691 invoked by uid 99); 10 Oct 2010 20:57:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Oct 2010 20:57:55 +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; Sun, 10 Oct 2010 20:57:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9AKvVSB012394 for ; Sun, 10 Oct 2010 20:57:31 GMT Message-ID: <19469848.67991286744251304.JavaMail.jira@thor> Date: Sun, 10 Oct 2010 16:57:31 -0400 (EDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-1564) AT with an empty DESC cannot be parsed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org AT with an empty DESC cannot be parsed -------------------------------------- Key: DIRSERVER-1564 URL: https://issues.apache.org/jira/browse/DIRSERVER-1564 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.7 Reporter: Emmanuel Lecharny Fix For: 2.0.0-RC1 The following AT description : ( 1.3.18.0.2.4.216 NAME 'SAFDfpDataClass' DESC ' ' EQUALITY 2.5.13.2 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE ) cannot be parsed, because the DESC part contains spaces only, even if it's a valid value. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.