Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.3.1 Release
-
None
-
None
Description
The code for the validate() method does not handle all cases of null input correctly.
If there is no RE, but min or max are specified (i.e. not -1), then the code length check fails with an NPE.
Patch and fix to follow.