Description
Executing the testcase with Hostname with spaces it use to throw the expception URISyntaxException with version core 5.0.2.
Now the same test case is not throwing the exception with version 5.1.4 of core as well as it's keeping the value of HOST to NULL.
In core 5.1.4 serverChars value return is "TRUE" earlier it used to be FASLE.
// contains a literal IPv6 address, therefore % is allowed
serverChars = (scan(p, n, L_SERVER_PERCENT, H_SERVER_PERCENT) == n);
That the difference I see.