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

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


    from c47aaa6952 Document implementation expectations
     new 98414c4da1 Add WebappLogCapture to capture webapp-scoped logs at 
CONFIGURE_START
     new 415ab0a789 Add TestStrictComplianceDeployment for 
STRICT_SERVLET_COMPLIANCE web.xml parsing
     new 2a947b2108 Add helper method getProgrammaticRootContextWithManager() 
in TomcatBaseTest
     new 8ae5e5aa66 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 9d74f0580e 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to