You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2020/09/15 13:42:10 UTC

[httpcomponents-core] branch release-5.1-beta1 updated (eaa8717 -> 25c4e5c)

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a change to branch release-5.1-beta1
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git.


    from eaa8717  Updated release notes for HttpCore 5.1-beta1 release
     add 0c34ee2  Added methods to deprecated TokenParser required for backward compatibility with HttpClient 5.0.x
     add 25c4e5c  RFC 3986 conformance: fixed incorrect parsing of URI authority expressions with ":" character in the userinfo component

No new revisions were added by this update.

Summary of changes:
 .../apache/hc/core5/http/message/TokenParser.java  | 23 ++++++++++++++
 .../java/org/apache/hc/core5/net/URIAuthority.java | 36 ++++++++--------------
 .../org/apache/hc/core5/net/TestURIAuthority.java  |  2 ++
 3 files changed, 38 insertions(+), 23 deletions(-)