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

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


    from 0927c1987c Improve allocation for certificates
     new 1fc8ff8914 Add httpd properties in build.xml
     new 5a95376e46 Make access method getTemporaryDirectory() static
     new 31dc7e444d Document httpd integration tests in BUILDING.txt
     new a350d032be Add httpd integration testing infrastructure
     new b971612def Add TestBasicProxy
     new 337e0dbc5d Add TestRemoteIpValveWithProxy
     new 42e8b2f7e9 Add ssl support for httpd integration tests
     new 962649e5e1 Add TestSSLValveWithProxy
     new 5fde94d2a6 Make things more transparent
     new 1458c9b17e Add TestFullReverseProxy
     new 72cca9c523 Add integration test profile and exclude them from default 
test run
     new 0b864af9aa Add TestSessionWithProxy
     new aec8d5c6af Add TestLargePayloadWithProxy and 
TestChunkedTransferEncodingWithProxy
     new dbcfdded16 Add TestErrorHandling
     new 7ccc303f5f Remove redundant module from Windows httpd.conf

The 15 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                                       |  67 ++++++++
 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, 1277 insertions(+), 4 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]

Reply via email to