This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new d7c4d46 Fix spelling
d7c4d46 is described below
commit d7c4d4652c4a136a6bd26245273c9bf572406b9e
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 15bc254..7adf38c 100644
--- a/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
+++ b/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java
@@ -116,7 +116,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]