This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push: new 85cabed Fix spelling 85cabed is described below commit 85cabed2a2f4f24a7a3b1fd8da5aa1050e3cdfbd 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 5505c9f..055fa74 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