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 2023/01/09 17:06:03 UTC

[httpcomponents-client] branch bearer_auth_support updated (4d5ab954b -> 443d53745)

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

olegk pushed a change to branch bearer_auth_support
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git


 discard 4d5ab954b BEARER auth scheme support (RFC 6750)
    omit ab683260c New Authenticator interface method to return an auth result with additional challenge parameters
    omit 4bf9b43c3 Made authenticating decorators capable of supporting different authentication schemes
    omit 703c92fb8 Normalize scheme name in AuthScope
    omit 490547460 Removed references in specific RFCs
    omit c02407c23 Credentials interface should be able to represent different types of user credentials including token based with no password
     add 22e5a0be6 Upgraded HttpClient version to 5.2.2-SNAPSHOT
     add 16d6461c2 Fix minor typo in Javadoc
     add d2016eaac Pass HttpContext to SSLConnectionSocketFactory#prepareSocket method (#404)
     add 45ff8b8b6 Credentials interface should be able to represent different types of user credentials including token based with no password
     add 8ed475a9a Removed references in specific RFCs
     add 5590bec0d Normalize scheme name in AuthScope
     add a4251bb05 Made authenticating decorators capable of supporting different authentication schemes
     add f9f9f604b New Authenticator interface method to return an auth result with additional challenge parameters
     add 443d53745 BEARER auth scheme support (RFC 6750)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4d5ab954b)
            \
             N -- N -- N   refs/heads/bearer_auth_support (443d53745)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 httpclient5-cache/pom.xml                          |  2 +-
 httpclient5-fluent/pom.xml                         |  2 +-
 httpclient5-testing/pom.xml                        |  2 +-
 httpclient5-win/pom.xml                            |  2 +-
 httpclient5/pom.xml                                |  2 +-
 .../hc/client5/http/impl/auth/BearerScheme.java    |  7 +++++--
 .../http/impl/cookie/RFC6265CookieSpec.java        |  2 +-
 .../http/ssl/SSLConnectionSocketFactory.java       | 23 +++++++++++++++++-----
 .../client5/http/impl/auth/TestBearerScheme.java   |  2 +-
 pom.xml                                            |  4 ++--
 10 files changed, 32 insertions(+), 16 deletions(-)