Re: Changes to hostname parsing in HttpParser breaks internationalized ccTLDs

2018-05-22 Thread Mark Thomas
On 22/05/18 16:47, Tom Yue wrote: > Hi all, > > So we started getting 400 responses to all requests after upgrading > our Tomcat to 8.5.31. After some head-scratching, I finally found that > HttpParser now rejects a hostname as invalid if it does not end with > an _alphabetic_ TLD - no hyphens, no

Changes to hostname parsing in HttpParser breaks internationalized ccTLDs

2018-05-22 Thread Tom Yue
Hi all, So we started getting 400 responses to all requests after upgrading our Tomcat to 8.5.31. After some head-scratching, I finally found that HttpParser now rejects a hostname as invalid if it does not end with an _alphabetic_ TLD - no hyphens, no numerics. And apparently the behavior is not