Allow case insensitive comparison for String in the Equals and NotEquals 
validations
------------------------------------------------------------------------------------

                 Key: EXTVAL-88
                 URL: https://issues.apache.org/jira/browse/EXTVAL-88
             Project: MyFaces Extensions Validator
          Issue Type: New Feature
          Components: Property Validation
    Affects Versions: 1.1.3, 2.0.3, 1.2.3
            Reporter: Rudy De Busscher
            Priority: Minor


Created a new ValidationParameter to indicate case sensitive (the default, as 
before) or case insensitive.
The EqualsStrategy is adjusted to take this parameter into account.

Usage example:
@NotEquals(value = { "firstName" }, parameters = { 
CaseComparator.CaseInsensitive.class })

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