Closed
Description
When parsing a URI with a host that starts with a number; e.g., https://1a.test.com
, the parser fails with the error Could not match character '.'
. I believe the parser is attempting to parse it as an IP address and failing:
If it helps, I noticed the parsing error when upgrading from version 2.0.0 to version 2.0.1. The issue is still present on verson 4.2.2