create a fail-safe mode (maxlength)
-----------------------------------
Key: VALIDATOR-280
URL: https://issues.apache.org/jira/browse/VALIDATOR-280
Project: Commons Validator
Issue Type: New Feature
Environment: any
Reporter: Ralf Hauser
with the fail-safe-mode enabled, every input has a maxlength validation with at
most 100 characters.
So, if a developer forgets to specify a rule, this would apply in any case.
This is kind of a shift from an opt-in paradigm to an opt-out paradigm.
If for a specific field the max length is different from 100, then it is the
task of the developer to specify this in validation.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.