Re: [validator] bug in EmailValidator ?

2006-01-25 Thread Niall Pemberton
Thanks, this was reported in Bug 38051 and fixed recently http://issues.apache.org/bugzilla/show_bug.cgi?id=38051 Niall On 1/25/06, Nicolas De Loof <[EMAIL PROTECTED]> wrote: > > EmailValidator.getInstance().isValid("test@ " + '\t' + "foo.com") > returns "true". > > I don't think use of

[validator] bug in EmailValidator ?

2006-01-25 Thread Nicolas De Loof
EmailValidator.getInstance().isValid("test@ " + '\t' + "foo.com") returns "true". I don't think use of blanks between @ and domain is valid for eMails. Perhaps SPECIAL_CHARS needs to include blanks ? Nico. This message contains information that may be privileged or confidential and i