When using this domain:
The following RoutingInfo is generated:
{
"url": "http://localhost:1711/",
"topLevelDomain": "localhost",
"domainName": "localhost",
"subdomainComponents": [""],
"subdomainComponentsIndex": 0,
"pathComponents": [],
"pathComponentsIndex": 0,
"doesHaveTrailingSlash": true,
"routingParameters": {}
}
...which incorrectly lists a single subdomain - the empty string.
When using this domain:
The following
RoutingInfois generated:{ "url": "http://localhost:1711/", "topLevelDomain": "localhost", "domainName": "localhost", "subdomainComponents": [""], "subdomainComponentsIndex": 0, "pathComponents": [], "pathComponentsIndex": 0, "doesHaveTrailingSlash": true, "routingParameters": {} }...which incorrectly lists a single subdomain - the empty string.