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 2bd28a5bf58e7bf970c91f6004d29712bf1a5e9c Author: Mark Thomas <[email protected]> AuthorDate: Wed Nov 26 20:05:00 2025 +0000 Complete Javadoc --- java/org/apache/catalina/valves/CrawlerSessionManagerValve.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/java/org/apache/catalina/valves/CrawlerSessionManagerValve.java b/java/org/apache/catalina/valves/CrawlerSessionManagerValve.java index 8b63297b79..aa8b595226 100644 --- a/java/org/apache/catalina/valves/CrawlerSessionManagerValve.java +++ b/java/org/apache/catalina/valves/CrawlerSessionManagerValve.java @@ -168,8 +168,9 @@ public class CrawlerSessionManagerValve extends ValveBase { /** * Specify the clientIdentifier function that will be used to identify unique clients. The default is to use - * the client IP address, optionally combined with the host name and context name - * @param clientIdentifierFunction + * the client IP address, optionally combined with the host name and context name. + * + * @param clientIdentifierFunction The new function used to build identifiers for clients. */ public void setClientIdentifierFunction(Function<Request, String> clientIdentifierFunction) { this.clientIdentifierFunction = clientIdentifierFunction; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
