[+1] Copy RfcCompliantEmailAddressValidator over EmailAddressValidator, On Fri, Jul 20, 2012 at 3:49 PM, Martijn Dashorst <[email protected]> wrote: > EmailAddressValidator is broken. For example, it doesn't validate > "Martijn Dashorst <[email protected]>" properly, which is > standards compliant. Rfc validator does work. The only reason why RFC > validator was not admitted to core, was its memory consumption due to > the regular expression. But since RFC is now singleton, I severely > doubt that is still an issue. > > [ ] Copy RfcCompliantEmailAddressValidator over EmailAddressValidator, > deprecate RfcCompliantEmailAddressValidator > [ ] Deprecate EmailAddressValidator, move > RfcCompliantEmailAddressValidator to core, favor RFC in EmailTextField > [ ] Keep it as currently implemented > > Martijn
-- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com
