[OWASP-ESAPI] IValidator
Jim Manico
jim at manico.net
Sun Jan 6 05:57:32 EST 2008
Agreed,
I current set my precision as a class-level final-static or
configuration parameter, but I see no reason why we cannot add it to the
api itself.
Nice, Rogan.
- Jim
> Jim Manico wrote:
>> Jeff,
>>
>> I'm starting to use part of the Validator reference implementation in
>> development and I've branched and added a few extra functions that
>> you may wish to consider to inclusion:
>>
> [snip]
>> boolean isValidFloat(String input, boolean allowNull);
>> boolean isValidFloat(String input, float minValue, float maxValue,
>> boolean allowNull);
>
> You may also want to specify a precision, especially if that float is
> going to be used in calculations.
>
> [snip]
>
>>
>> Best,
>> Jim
>
> Rogan
>
>
>
--
Best Regards,
Jim Manico
VP Software Engineering, Codemagi Inc.
Application Security Instructor, Aspect Security
jim at codemagi.com
808.652.3805 (c)
484.259.3805 (f)
More information about the OWASP-ESAPI
mailing list