javax.faces.validator.LengthValidator.getMaximum() returns Integer.MAX_VALUE
----------------------------------------------------------------------------
Key: MYFACES-1799
URL: https://issues.apache.org/jira/browse/MYFACES-1799
Project: MyFaces Core
Issue Type: Bug
Reporter: Dirk Schaube
The method javax.faces.validator.LengthValidator.getMaximum() returns
Integer.MAX_VALUE if the maximum is not set. According to the JavaDoc on
java.sun.com it should return 0 ("Return the maximum length to be enforced by
this Validator, or 0 if the maximum has not been set.").
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.