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 a61a49d64e Improve allocation for certificates
new 35f69a9df6 Add httpd properties in build.xml
new 1f2d9024af Make access method getTemporaryDirectory() static
new 9739d5f15c Document httpd integration tests in BUILDING.txt
new a1916c5d11 Add httpd integration testing infrastructure
new 81337983d1 Add TestBasicProxy
new 36235e6a5d Add TestRemoteIpValveWithProxy
new 7d67f20ad1 Add ssl support for httpd integration tests
new f6e9d16fca Add TestSSLValveWithProxy
new 0f7004face Make things more transparent
new 1375cbe6b4 Add TestFullReverseProxy
new 4da3309432 Add integration test profile and exclude them from default
test run
new 2bbe1f188f Add TestSessionWithProxy
new 1ad2a49dc3 Add TestLargePayloadWithProxy and
TestChunkedTransferEncodingWithProxy
new 250f6f948e Add TestErrorHandling
new 5192cd06c1 Remove redundant module from Windows httpd.conf
new 51461a201f Polishing BUILDING.txt
The 16 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 | 8 +-
.../httpd/HttpdIntegrationBaseTest.java | 176 +++++++++++++++++++++
.../tomcat/integration/httpd/TestBasicProxy.java | 73 +++++++++
.../TestChunkedTransferEncodingWithProxy.java | 96 +++++++++++
.../integration/httpd/TestErrorHandling.java | 81 ++++++++++
.../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 ++++++++++++++
.../tomcat/integration/httpd/TesterHttpd.java | 149 +++++++++++++++++
.../httpd/httpd-binary.lock} | 0
17 files changed, 1289 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]