Interface ApacheValidatorConfiguration.Properties

    • Field Detail

      • VALIDATION_XML_PATH

        static final String VALIDATION_XML_PATH
        the location where to look for the validation.xml file. default: "META-INF/validation.xml"
        See Also:
        Constant Field Values
      • VALIDATOR_FACTORY_CLASSNAME

        static final String VALIDATOR_FACTORY_CLASSNAME
        Specifies the classname of the ValidatorFactory to use: this class is presumed have a constructor that accepts a single ConfigurationState argument.
        See Also:
        Constant Field Values
      • CUSTOM_TEMPLATE_EXPRESSION_EVALUATION

        static final String CUSTOM_TEMPLATE_EXPRESSION_EVALUATION
        Specifies whether EL evaluation is permitted in non-default message templates. By default this feature is disabled; if you enable it you should ensure that no constraint validator builds violations using message templates containing unchecked text (e.g. the validated value). To do otherwise is to expose your system to potential injection attacks.
        See Also:
        Constant Field Values