This is an automated email from the ASF dual-hosted git repository.
dsoumis pushed a change to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 6bfbd32b30 Next is 9.0.110
new 78fd89cb6b Add WebappLogCapture to capture webapp-scoped logs at
CONFIGURE_START
new 01395ed994 Add TestStrictComplianceDeployment for
STRICT_SERVLET_COMPLIANCE web.xml parsing
new 4a4cbf91dd Add helper method getProgrammaticRootContextWithManager()
in TomcatBaseTest
new f77362b4f5 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.
The 4 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 | 65 +++++++++++
.../startup/TestXmlValidationUsingContext.java | 86 ++++++++++++++
.../apache/catalina/startup/TomcatBaseTest.java | 128 ++++++++++++++++++++-
3 files changed, 277 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]