You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/03/16 16:45:16 UTC

[tomcat] branch main updated (755d46d -> 43564a4)

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

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


    from 755d46d  Update BND to 6.2.0
     add 43564a4  Update JASPIC to Jakarta Authentication 3.0

No new revisions were added by this update.

Summary of changes:
 .../security/auth/message/AuthException.java       |  24 +++
 java/jakarta/security/auth/message/ClientAuth.java |  10 +-
 .../jakarta/security/auth/message/MessageInfo.java |   3 +-
 java/jakarta/security/auth/message/ServerAuth.java |   8 +-
 .../auth/message/config/AuthConfigFactory.java     |  60 ++++++--
 .../auth/message/config/ClientAuthConfig.java      |   3 +-
 .../auth/message/config/ServerAuthConfig.java      |   3 +-
 .../auth/message/module/ClientAuthModule.java      |   6 +-
 .../auth/message/module/ServerAuthModule.java      |   6 +-
 .../jaspic/AuthConfigFactoryImpl.java              | 165 ++++++++++++++++++++-
 .../authenticator/jaspic/LocalStrings.properties   |   2 +
 .../authenticator/jaspic/MessageInfoImpl.java      |   4 +-
 .../jaspic/SimpleAuthConfigProvider.java           |   6 +-
 .../jaspic/SimpleServerAuthConfig.java             |  15 +-
 .../jaspic/SimpleServerAuthContext.java            |   1 -
 .../jaspic/TestSimpleServerAuthConfig.java         |   2 +-
 .../authenticator/jaspic/TesterMessageInfo.java    |   5 +-
 .../jaspic/TesterServerAuthModuleA.java            |   4 +-
 webapps/docs/changelog.xml                         |   9 ++
 webapps/docs/config/jaspic.xml                     |  46 +++---
 webapps/docs/config/project.xml                    |   3 +-
 webapps/docs/project.xml                           |   3 +-
 22 files changed, 306 insertions(+), 82 deletions(-)

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