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 4971ee2606 Update the URL to the CDDL 1.0 license
new 388d47b87b Add unit tests for FilterValve, ProxyErrorReportValve and
SemaphoreValve
new c71aa02945 Add docs for FilterValve
new e68cc20e68 Add more tests and minor fixes for FilterValve,
ProxyErrorReportValve and SemaphoreValve
The 3 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:
.../apache/catalina/valves/TestFilterValve.java | 229 +++++++++++
.../catalina/valves/TestProxyErrorReportValve.java | 277 +++++++++++++
.../apache/catalina/valves/TestSemaphoreValve.java | 440 +++++++++++++++++++++
webapps/docs/config/valve.xml | 62 +++
4 files changed, 1008 insertions(+)
create mode 100644 test/org/apache/catalina/valves/TestFilterValve.java
create mode 100644
test/org/apache/catalina/valves/TestProxyErrorReportValve.java
create mode 100644 test/org/apache/catalina/valves/TestSemaphoreValve.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]