This is an automated email from the ASF dual-hosted git repository.
rjung pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from c400239 Align with changes made directly in Tomcat Native
new ab1435b Add peerAddress to coyote request
new 2ec5803 Fix comment and changelog typos
new 27200cf Merge branch 'master' into peer-address
new 834f356 Merge pull request #385 from rainerjung/peer-address
The 22791 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:
java/org/apache/catalina/connector/Request.java | 19 ++
.../catalina/valves/AbstractAccessLogValve.java | 60 ++++-
.../apache/catalina/valves/LocalStrings.properties | 1 +
.../apache/catalina/valves/RemoteAddrValve.java | 9 +-
.../apache/catalina/valves/RemoteCIDRValve.java | 9 +-
.../apache/catalina/valves/RequestFilterValve.java | 30 +++
java/org/apache/coyote/AbstractProcessor.java | 6 +
java/org/apache/coyote/ActionCode.java | 5 +
java/org/apache/coyote/Constants.java | 7 +
java/org/apache/coyote/Request.java | 6 +
java/org/apache/coyote/RequestInfo.java | 5 +
java/org/apache/coyote/ajp/AjpProcessor.java | 4 +
.../catalina/valves/TestRequestFilterValve.java | 297 ++++++++++++---------
webapps/docs/changelog.xml | 16 ++
webapps/docs/config/valve.xml | 31 ++-
15 files changed, 358 insertions(+), 147 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]