Lukasz Lenart created WW-4016:
---------------------------------

             Summary: Refactor validationType to be an Enum and not a String
                 Key: WW-4016
                 URL: https://issues.apache.org/jira/browse/WW-4016
             Project: Struts 2
          Issue Type: Sub-task
          Components: XML Validators
    Affects Versions: 2.3.12
            Reporter: Lukasz Lenart
            Priority: Minor
             Fix For: 2.3.13


Right no validatorType is a simple String in 
AnnotationValidationConfigurationBuilder which can lead to mistakes.

{code:java}
String validatorType = "regex";
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to