This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 810f42c Fix spelling 810f42c is described below commit 810f42c4cce17bae4987c75017b8909033813071 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Sep 16 19:25:33 2020 +0100 Fix spelling No need for backwards compatibility changes. The new name is now consistent with the documentation. Any users relying on the old spelling can configure the attribute name explicitly. --- java/org/apache/catalina/ha/session/JvmRouteBinderValve.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java b/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java index 66fd439..55201f6 100644 --- a/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java +++ b/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java @@ -99,7 +99,7 @@ public class JvmRouteBinderValve extends ValveBase implements ClusterValve { */ protected long numberOfSessions = 0; - protected String sessionIdAttribute = "org.apache.catalina.ha.session.JvmRouteOrignalSessionID"; + protected String sessionIdAttribute = "org.apache.catalina.ha.session.JvmRouteOriginalSessionID"; /*--Logic---------------------------------------------------*/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org