andytanoko / owasp-esapi-java

Automatically exported from code.google.com/p/owasp-esapi-java
0 stars 0 forks source link

Incorrect Error message in StringValidationRule #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create a string validation rule
2. set the min length to 10
3. attempt to validate "abcde"

What is the expected output? What do you see instead?
the expectation is that the error message would state the input does not 
meet the minimum length requirement. Instead, it states the input is over 
the max length

What version of the product are you using? On what operating system?
2.0rc4, N/A

Please provide any additional information below.
I believe this has already been fixed.  I am logging this for tracking 
purposes.

Original issue reported on code.google.com by rob.spre...@gmail.com on 13 Nov 2009 at 4:19

GoogleCodeExporter commented 8 years ago
Thanks!

Fixed in revision 814

Original comment by schal...@darkmist.net on 13 Nov 2009 at 5:56