You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "haroon rawat (Jira)" <ji...@apache.org> on 2022/08/22 10:39:00 UTC

[jira] [Closed] (HTTPCORE-723) HTTPcore 5.1.4 URIBuilder is setting HOST to NULL but no exception

     [ https://issues.apache.org/jira/browse/HTTPCORE-723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

haroon rawat closed HTTPCORE-723.
---------------------------------
    Resolution: Not A Problem

> 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
>            Priority: Major
>
> 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: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org