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 ab5f623733 Improve allocation for certificates
new 542fe037d5 Add httpd properties in build.xml
new 9e6eedc86f Make access method getTemporaryDirectory() static
new 01f84cc1a0 Document httpd integration tests in BUILDING.txt
new 509a8b4223 Add httpd integration testing infrastructure
new ce42938a43 Add TestBasicProxy
new bcff304c44 Add TestRemoteIpValveWithProxy
new c2476817af Add ssl support for httpd integration tests
new 4643e4589d Add TestSSLValveWithProxy
new 983930fe88 Make things more transparent
new 7b287f0728 Add TestFullReverseProxy
new af37858338 Add integration test profile and exclude them from default
test run
new 3819ac3c9f Add TestSessionWithProxy
new 4d7fe0b503 Add TestLargePayloadWithProxy and
TestChunkedTransferEncodingWithProxy
new b111a62457 Add TestErrorHandling
new 0fb6d62715 Remove redundant module from Windows httpd.conf
new 89e9b65527 Polishing BUILDING.txt
new fcf257091e Comply with JDK11
new e77ac30ead Comply with JDK8
The 18 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:
BUILDING.txt | 91 +++++++++--
build.xml | 31 ++++
test-profiles.properties.default | 4 +
.../apache/catalina/startup/LoggingBaseTest.java | 2 +-
.../apache/catalina/startup/TomcatBaseTest.java | 6 +-
.../httpd/HttpdIntegrationBaseTest.java | 176 +++++++++++++++++++++
.../tomcat/integration/httpd/TestBasicProxy.java | 73 +++++++++
.../TestChunkedTransferEncodingWithProxy.java | 97 ++++++++++++
.../integration/httpd/TestErrorHandling.java | 79 +++++++++
.../integration/httpd/TestFullReverseProxy.java | 111 +++++++++++++
.../httpd/TestLargePayloadWithProxy.java | 112 +++++++++++++
.../httpd/TestRemoteIpValveWithProxy.java | 81 ++++++++++
.../integration/httpd/TestSSLValveWithProxy01.java | 88 +++++++++++
.../integration/httpd/TestSSLValveWithProxy02.java | 86 ++++++++++
.../integration/httpd/TestSessionWithProxy.java | 118 ++++++++++++++
.../tomcat/integration/httpd/TesterHttpd.java | 158 ++++++++++++++++++
.../httpd/httpd-binary.lock} | 0
17 files changed, 1297 insertions(+), 16 deletions(-)
create mode 100644
test/org/apache/tomcat/integration/httpd/HttpdIntegrationBaseTest.java
create mode 100644 test/org/apache/tomcat/integration/httpd/TestBasicProxy.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestChunkedTransferEncodingWithProxy.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestErrorHandling.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestFullReverseProxy.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestLargePayloadWithProxy.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestRemoteIpValveWithProxy.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestSSLValveWithProxy01.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestSSLValveWithProxy02.java
create mode 100644
test/org/apache/tomcat/integration/httpd/TestSessionWithProxy.java
create mode 100644 test/org/apache/tomcat/integration/httpd/TesterHttpd.java
copy test/org/apache/tomcat/{util/net/ocsp/ocsp-responder.lock =>
integration/httpd/httpd-binary.lock} (100%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]