This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 93fd56e944f8d9a82028087fee89e9fbb708f08e Author: Mark Thomas <[email protected]> AuthorDate: Wed Nov 26 20:07:47 2025 +0000 Add a change log entry. --- webapps/docs/changelog.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index 4806e2cd5f..c79c6e9422 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -195,6 +195,12 @@ <code>org.apache.catalina.Connector</code> no longer requires <code>org.apache.tomcat.jni.AprStatus</code> to be present. (markt) </fix> + <add> + Add the ability to use a custom function to generate the client + identifier in the <code>CrawlerSessionManagerValve</code>. This is only + available programmatically. Pull request <pr>902</pr> by Brian Matzon. + (markt) + </add> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
