You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/06/01 11:33:02 UTC

[jena] branch main updated (2c9017b4f9 -> 8aa24bef25)

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

andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


    from 2c9017b4f9 Bump titanium-json-ld from 1.2.0 to 1.3.0 (#1350)
     new d3bcb40aa6 Note OneToManyMap is legacy/internal only
     new f36f6ef27b GH-1292: Improve server-side support for auth bearer tokens
     new 8aa24bef25 Merge pull request #1345 from afs/bearer-auth3

The 9938 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/jena/http/HttpLib.java    |  31 ++++-
 .../java/org/apache/jena/http/auth/AuthEnv.java    |  36 ++----
 .../java/org/apache/jena/http/auth/AuthHeader.java |  32 +++--
 .../java/org/apache/jena/http/auth/AuthLib.java    |  21 ++--
 .../java/org/apache/jena/util/OneToManyMap.java    |  26 ++--
 .../org/apache/jena/fuseki/main/FusekiServer.java  |   8 +-
 .../jena/fuseki/main/auth/AuthBearerFilter.java    | 140 ++++++++++++++-------
 .../src/test/files/Fuseki/config-bearer.ttl        |  14 +--
 .../org/apache/jena/http/AuthBearerTestLib.java    |  14 +--
 .../java/org/apache/jena/http/TS_JenaHttp.java     |   1 +
 .../org/apache/jena/http/TestAuthBearerRemote.java |   8 +-
 .../org/apache/jena/http/TestAuthBearerServer.java | 127 +++++++++++++++++++
 12 files changed, 333 insertions(+), 125 deletions(-)
 copy jena-fuseki2/jena-fuseki-main/testing/Access/config-server-0.ttl => jena-integration-tests/src/test/files/Fuseki/config-bearer.ttl (90%)
 create mode 100644 jena-integration-tests/src/test/java/org/apache/jena/http/TestAuthBearerServer.java