You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2020/07/26 17:18:55 UTC

[GitHub] [httpcomponents-core] ok2c commented on pull request #205: RFC3986 conformance

ok2c commented on pull request #205:
URL: https://github.com/apache/httpcomponents-core/pull/205#issuecomment-664016113


   There are two major changes to the current behavior of `URIBuilder` in HttpCore 5.0.z and HttpClient 4.5.x
   1. percent-encoding is applied to all unreserved characters whenever or not some of those characters are explicitly permitted for use in URI components, for instance `&` character in path segments.
   2. Host in URI authority component can have characters beyond those permitted by DNS syntax. Host can now be empty. 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org