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
            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.

Reply via email to