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 ff79ab05ed Improve allocation for certificates
new 3ec93b3a4f Add httpd properties in build.xml
new 53477171c7 Make access method getTemporaryDirectory() static
new 3bb1e6e8e9 Document httpd integration tests in BUILDING.txt
new 31d4b231d3 Add httpd integration testing infrastructure
new 09fe9718e7 Add TestBasicProxy
new 4352cd390f Add TestRemoteIpValveWithProxy
new 76ec8a246c Add ssl support for httpd integration tests
new 2b08478633 Add TestSSLValveWithProxy
new 45879e9adf Make things more transparent
new 1ea104976e Add TestFullReverseProxy
new 490f5c3d80 Add integration test profile and exclude them from default
test run
new 4cabd444fe Add TestSessionWithProxy
new 9248925af7 Add TestLargePayloadWithProxy and
TestChunkedTransferEncodingWithProxy
new d1bf739d7c Add TestErrorHandling
new f028d87a8a Remove redundant module from Windows httpd.conf
new f242513fb7 Polishing BUILDING.txt
new 13d1555aa4 Comply with JDK11
The 17 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 | 96 +++++++++++
.../integration/httpd/TestErrorHandling.java | 79 +++++++++
.../integration/httpd/TestFullReverseProxy.java | 111 +++++++++++++
.../httpd/TestLargePayloadWithProxy.java | 111 +++++++++++++
.../httpd/TestRemoteIpValveWithProxy.java | 81 ++++++++++
.../integration/httpd/TestSSLValveWithProxy01.java | 88 +++++++++++
.../integration/httpd/TestSSLValveWithProxy02.java | 86 ++++++++++
.../integration/httpd/TestSessionWithProxy.java | 117 ++++++++++++++
.../httpd/TesterHttpd.java} | 114 +++++++------
.../httpd/httpd-binary.lock} | 0
17 files changed, 1206 insertions(+), 60 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
copy test/org/apache/tomcat/{util/net/ocsp/TesterOcspResponder.java =>
integration/httpd/TesterHttpd.java} (51%)
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]