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

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


    from fba2bf9  Corrected instructions to reduce unit tests verbosity
     new 2a13dd8  Start to expand JNDIRealm unit tests
     new c4df8d4  Add attribute value escaping to support user names containing 
';'
     new 749f3cc  Rename for clarity
     new c6b6e10  Expand tests and fix escaping issue when searching for users 
by filter
     new 91ecdc6  Expand tests and fix an issue in escaping for group search
     new e500674  Expand tests and fix escaping issue in userRoleAttribute 
filter
     new b5585a9  Expanded tests to cover nested roles and fix escaping issues 
in search
     new 3299320  Expand testing to cover substitution in roleBase. Fix bugs.
     new 3ce8451  Expand tests to cover escaping of substituted roleBaes values
     new 07d770f  Update changelog

The 10 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:
 build.properties.default                           |   9 +
 build.xml                                          |   9 +
 java/org/apache/catalina/realm/JNDIRealm.java      | 141 ++++++++++-
 .../realm/TestJNDIRealmAttributeValueEscape.java   |  86 +++++++
 .../catalina/realm/TestJNDIRealmIntegration.java   | 263 +++++++++++++++++++++
 webapps/docs/changelog.xml                         |   8 +
 6 files changed, 506 insertions(+), 10 deletions(-)
 create mode 100644 
test/org/apache/catalina/realm/TestJNDIRealmAttributeValueEscape.java
 create mode 100644 test/org/apache/catalina/realm/TestJNDIRealmIntegration.java

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

Reply via email to