On 6 September 2012 14:11, Michael Segel <[email protected]> wrote:
> > On Sep 6, 2012, at 6:24 AM, Steve Loughran <[email protected]> wrote: > > How is this breaking RFC-952? > > Its not. There is a bug. Under RFC-952, the restrictions deal with > 'label' length, 1-63 characters and that the first and last character can't > be a hyphen('-') > > it was the @ I was worried about > If the error message is accurate, its barfing because the code check isn't > case insensitive. > > my guess too. If someone did do an .equalsIgnoreCase() it would still break in Turkey, so the patch should use EN_US as the locale for the case conversion
