This is an automated email from the ASF dual-hosted git repository. schultz pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 402acdb Correct the docs for maxConnections new 6c9bb69 Add logging to CSRF prevention listener. new 24edf31 Post-review from kkolonko: fix typo in constant name, push initialization down into subclass. new 7b55938 Add missing changelog for CSRF prevention filter changes. new 856a2e2 Allow customization of the CSRF prevention filter's request parameter name. new 11ad208 Move initialization of CSRF REST nonce header name context attribute into the RestCsrfPreventionFilter where it belongs. new 7c9a50c Adjust changelog to reflect which releases actually contain which improvements to the CSRF prevention filter. The 6 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/filters/Constants.java | 2 +- .../catalina/filters/CsrfPreventionFilter.java | 84 ++++++++++++++++++++-- .../catalina/filters/CsrfPreventionFilterBase.java | 10 --- .../catalina/filters/RestCsrfPreventionFilter.java | 12 ++++ webapps/docs/changelog.xml | 15 ++++ 5 files changed, 106 insertions(+), 17 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org