This is an automated email from the ASF dual-hosted git repository.
btellier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.
from dc690fd [upgrade-instructions.md] Jira issue key fix
new 15d1a67 JAMES-3432 Fix UploadContract: use byte arrays as input
new 96abdce JAMES-3432 Fix Download: Forbidden should mention download
new a5a5255 JAMES-3432 Fix UploadContract: Forbidden should result in 403
new 14295d5 JAMES-3522 JMAP routes should position WWW-Authenticate
The 4 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:
.../http/AccessTokenAuthenticationStrategy.java | 8 ++++
...ParameterAccessTokenAuthenticationStrategy.java | 8 ++++
.../apache/james/jmap/http/AuthenticatorTest.java | 22 ++++++++--
.../rfc8621/contract/AuthenticationContract.scala | 1 +
.../jmap/rfc8621/contract/DownloadContract.scala | 3 +-
.../jmap/rfc8621/contract/UploadContract.scala | 36 ++++++++-------
.../jmap/http/BasicAuthenticationStrategy.scala | 9 +++-
.../apache/james/jmap/routes/DownloadRoutes.scala | 4 +-
.../james/jmap/routes/EventSourceRoutes.scala | 7 ++-
.../apache/james/jmap/routes/JMAPApiRoutes.scala | 7 ++-
.../apache/james/jmap/routes/SessionRoutes.scala | 2 +-
.../apache/james/jmap/routes/UploadRoutes.scala | 4 +-
.../apache/james/jmap/routes/WebSocketRoutes.scala | 7 ++-
....java => NoAuthorizationSuppliedException.java} | 17 +++++---
.../jmap/exceptions/UnauthorizedException.java | 6 +++
.../james/jmap/http/AuthenticateHeader.java} | 32 ++++++++------
.../james/jmap/http/AuthenticationChallenge.java | 51 ++++++++++------------
.../james/jmap/http/AuthenticationScheme.java | 27 +++++-------
.../james/jmap/http/AuthenticationStrategy.java | 2 +
.../org/apache/james/jmap/http/Authenticator.java | 12 ++++-
.../james/jmap/jwt/JWTAuthenticationStrategy.java | 10 +++++
21 files changed, 176 insertions(+), 99 deletions(-)
copy
server/protocols/jmap/src/main/java/org/apache/james/jmap/exceptions/{UnauthorizedException.java
=> NoAuthorizationSuppliedException.java} (66%)
copy
server/protocols/{jmap-draft/src/main/java/org/apache/james/jmap/mailet/SentByJmap.java
=> jmap/src/main/java/org/apache/james/jmap/http/AuthenticateHeader.java} (64%)
copy mailbox/api/src/main/java/org/apache/james/mailbox/model/BlobId.java =>
server/protocols/jmap/src/main/java/org/apache/james/jmap/http/AuthenticationChallenge.java
(53%)
copy protocols/imap/src/main/java/org/apache/james/imap/api/Tag.java =>
server/protocols/jmap/src/main/java/org/apache/james/jmap/http/AuthenticationScheme.java
(80%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]