haroon rawat created HTTPCORE-723:
-------------------------------------
Summary: HTTPcore 5.1.4 URIBuilder is setting HOST to NULL but no
exception
Key: HTTPCORE-723
URL: https://issues.apache.org/jira/browse/HTTPCORE-723
Project: HttpComponents HttpCore
Issue Type: Bug
Components: HttpCore
Affects Versions: 5.1.4
Reporter: haroon rawat
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]