This is an automated email from the ASF dual-hosted git repository. dsoumis pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 27cd6b85f3 Document implementation expectations new 7653a10700 Add WebappLogCapture to capture webapp-scoped logs at CONFIGURE_START new c42010a359 Add TestStrictComplianceDeployment for STRICT_SERVLET_COMPLIANCE web.xml parsing new 98ef2bd4a5 Add helper method getProgrammaticRootContextWithManager() in TomcatBaseTest new 7945cce3f8 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 135c54dc5e 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