This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 13315a1 Fix spelling
13315a1 is described below
commit 13315a1f5cb1921ff13ced6b53086ca59ca5fa86
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]