This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from cb10b3f Corrected instructions to reduce unit tests verbosity new a1d06d5 Start to expand JNDIRealm unit tests new 24dfb30 Add attribute value escaping to support user names containing ';' new 0a272b0 Rename for clarity new c9f21a2 Expand tests and fix escaping issue when searching for users by filter new 4e86b4e Expand tests and fix an issue in escaping for group search new 79580e7 Expand tests and fix escaping issue in userRoleAttribute filter new d340767 Expanded tests to cover nested roles and fix escaping issues in search new 6a9129a Expand testing to cover substitution in roleBase. Fix bugs. new ad22db6 Expand tests to cover escaping of substituted roleBaes values new 999a22d 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 | 12 + 6 files changed, 510 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