This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 1db93d3 Update version number new fa4d19c Start to expand JNDIRealm unit tests new f4d9bde Add attribute value escaping to support user names containing ';' new 4e61e1d Rename for clarity new d5303a5 Expand tests and fix escaping issue when searching for users by filter new b930d0b Expand tests and fix an issue in escaping for group search new 17208c6 Expand tests and fix escaping issue in userRoleAttribute filter new bd4d1fb Expanded tests to cover nested roles and fix escaping issues in search new 81f16b0 Expand testing to cover substitution in roleBase. Fix bugs. new eeb7351 Expand tests to cover escaping of substituted roleBaes values new b201511 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