This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 8bfb0ff Stricter header value parsing new 4c933d8 Disable AJP connector by default new 0e8a50f Change the default bind address for AJP to the loopback address new 9ac9053 Rename requiredSecret to secret and add secretRequired new 64fa5b9 Add new AJP attribute allowedArbitraryRequestAttributes new 9c9a474 Add security information for the AJP Connector. The 5 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: conf/server.xml | 3 +- .../org/apache/coyote/ajp/AbstractAjpProtocol.java | 66 +++++++++++++++++++++- java/org/apache/coyote/ajp/AjpProcessor.java | 48 +++++++++++++--- java/org/apache/coyote/ajp/LocalStrings.properties | 1 + res/tomcat.nsi | 21 ------- webapps/docs/changelog.xml | 24 ++++++++ webapps/docs/config/ajp.xml | 46 +++++++++++++-- webapps/docs/manager-howto.xml | 2 - webapps/docs/security-howto.xml | 16 ++++-- webapps/docs/setup.xml | 1 - 10 files changed, 183 insertions(+), 45 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org