This is an automated email from the ASF dual-hosted git repository.
ffang pushed a change to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 7866570 Recording .gitmergeinfo Changes
new 40d04f5 [CXF-8385]a test to verify http-undertow transport access log
new d56c7af [CXF-8405]add RequestLimitingHandler for http-undertow
transport
The 2 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:
.../handlers/CxfRequestLimitingHandler.java | 83 ++++++++++++++++++++++
.../cxf/systest/http_undertow/LogHandler.java | 81 +++++++++++++++++++++
.../http_undertow/UndertowBasicAuthTest.java | 44 ++++++++++++
.../http_undertow/undertowBasicAuthServer.xml | 7 +-
4 files changed, 214 insertions(+), 1 deletion(-)
create mode 100644
rt/transports/http-undertow/src/main/java/org/apache/cxf/transport/http_undertow/handlers/CxfRequestLimitingHandler.java
create mode 100644
systests/transport-undertow/src/test/java/org/apache/cxf/systest/http_undertow/LogHandler.java