Hey guys,
I believe one of my testers found a bug in the Email validator.
[EMAIL PROTECTED] => Fails validation
[EMAIL PROTECTED] => OK.
Looking at the regular expression in
org.apache.tapestry.form.validator.Email,
"[EMAIL PROTECTED],6}$"
It looks like the "local part" of the email address must be more than 1
character. Looking at RFC2821, I did not see this limitation.
I could use a pattern validator, no biggie. Wanted to check if this in
fact a bug, I'll be happy to file it as well...
Thanks,
Dennis
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]