-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
type: bugSomething that should function correctly isn't.Something that should function correctly isn't.
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
Metadata
Metadata
Assignees
Labels
type: bugSomething that should function correctly isn't.Something that should function correctly isn't.