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 02e7a89698 Update the URL to the CDDL 1.0 license
new bf9112f2c5 Add unit tests for FilterValve, ProxyErrorReportValve and
SemaphoreValve
new cd4f44cf78 Add docs for FilterValve
new 48343a64f2 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]