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

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


    from d1f0c34b18 Pull up as default method since it avoids API compatibility 
issues
     new ecca27f193 Add BZ issue ID
     new c8adc4c486 Bug 66665: Provide option to supply role mapping from a 
properties file

The 2 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:
 .../apache/catalina/core/LocalStrings.properties   |   7 +
 .../core/PropertiesRoleMappingListener.java        | 168 +++++++++++++++++++++
 .../core/TestPropertiesRoleMappingListener.java    | 168 +++++++++++++++++++++
 .../com/example/prefixed-role-mapping.properties   |   2 +
 .../classes/com/example/role-mapping.properties    |   2 +
 .../WEB-INF/prefixed-role-mapping.properties       |   2 +
 .../WEB-INF/role-mapping.properties                |   2 +
 test/webapp-role-mapping/admin                     |   1 +
 test/webapp-role-mapping/unmapped                  |   1 +
 test/webapp-role-mapping/user                      |   1 +
 webapps/docs/changelog.xml                         |   9 +-
 webapps/docs/config/listeners.xml                  |  31 ++++
 12 files changed, 393 insertions(+), 1 deletion(-)
 create mode 100644 
java/org/apache/catalina/core/PropertiesRoleMappingListener.java
 create mode 100644 
test/org/apache/catalina/core/TestPropertiesRoleMappingListener.java
 create mode 100644 
test/webapp-role-mapping/WEB-INF/classes/com/example/prefixed-role-mapping.properties
 create mode 100644 
test/webapp-role-mapping/WEB-INF/classes/com/example/role-mapping.properties
 create mode 100644 
test/webapp-role-mapping/WEB-INF/prefixed-role-mapping.properties
 create mode 100644 test/webapp-role-mapping/WEB-INF/role-mapping.properties
 create mode 100644 test/webapp-role-mapping/admin
 create mode 100644 test/webapp-role-mapping/unmapped
 create mode 100644 test/webapp-role-mapping/user


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

Reply via email to