From dev-return-27900-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Nov 02 16:13:07 2008 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 70348 invoked from network); 2 Nov 2008 16:13:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 16:13:07 -0000 Received: (qmail 73935 invoked by uid 500); 2 Nov 2008 16:13:13 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 73879 invoked by uid 500); 2 Nov 2008 16:13:13 -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 73857 invoked by uid 99); 2 Nov 2008 16:13:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 08:13:13 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 16:12:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 32950234C25E for ; Sun, 2 Nov 2008 08:12:46 -0800 (PST) Message-ID: <23607841.1225642366206.JavaMail.jira@brutus> Date: Sun, 2 Nov 2008 08:12:46 -0800 (PST) From: "Kiran Ayyagari (JIRA)" To: dev@directory.apache.org Subject: [jira] Assigned: (DIRSHARED-20) Modify the BooleanSyntaxChecker to accept the value TRUE/FALSE in lower case In-Reply-To: <1389846584.1225635944376.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSHARED-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari reassigned DIRSHARED-20: --------------------------------------- Assignee: Kiran Ayyagari > Modify the BooleanSyntaxChecker to accept the value TRUE/FALSE in lower case > ---------------------------------------------------------------------------- > > Key: DIRSHARED-20 > URL: https://issues.apache.org/jira/browse/DIRSHARED-20 > Project: Directory Shared > Issue Type: Improvement > Reporter: Kiran Ayyagari > Assignee: Kiran Ayyagari > Priority: Minor > > Currently BooleanSyntaxChecker allows boolean value in uppercase only i.e TRUE/FALSE. The idea is to relax this restriction a bit in way so that it accepts the value in lower or mixed case but validates it after converting the value to upper case. > This helps when user directly passes a boolean value e.x Boolean.TRUE.toString() to the ServerEntry > Note: This issue needs to be closed only after confirming that the VSLDAP tests related to this are passed > otherwise the changes need to be rolled back. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.