This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 604be597a6 Document implementation expectations new 3260209cfe Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START new c84902f6b3 Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing new aa266e0f25 Add helper method getProgrammaticRootContextWithManager() in TomcatBaseTest new f6e0fe1dfb Create two tests, one testing that the XML validation works (configured using the Context attributes) and one testing that setting STRICT_SERVLET_COMPLIANCE sets the attributes it is documented to set. new d019af3bf9 Fix continuation indentation The 5 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: .../TestStrictServletComplianceAttributes.java | 76 ++++++++++++ .../startup/TestXmlValidationUsingContext.java | 87 ++++++++++++++ .../apache/catalina/startup/TomcatBaseTest.java | 128 ++++++++++++++++++++- 3 files changed, 289 insertions(+), 2 deletions(-) create mode 100644 test/org/apache/catalina/startup/TestStrictServletComplianceAttributes.java create mode 100644 test/org/apache/catalina/startup/TestXmlValidationUsingContext.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org