[
https://issues.apache.org/jira/browse/HTTPCORE-723?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17582877#comment-17582877
]
Oleg Kalnichevski commented on HTTPCORE-723:
--------------------------------------------
[~haroonrawat] As of version 5.1 HttpCore conforms to RFC 3986. According to
the section 3.2.2 of the spec it is legal for `re-name`s to have blanks in them.
https://datatracker.ietf.org/doc/html/rfc3986#section-3.2.2
So, what is specifically the bug (or regression) you are refering to?
Oleg
> 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: [email protected]
For additional commands, e-mail: [email protected]