diff --git a/jetty-maven-plugin/src/it/jetty-start-mojo-multi-module-single-war-it/postbuild.groovy b/jetty-maven-plugin/src/it/jetty-start-mojo-multi-module-single-war-it/postbuild.groovy
index 4e37335b279..97e23b4c98d 100644
--- a/jetty-maven-plugin/src/it/jetty-start-mojo-multi-module-single-war-it/postbuild.groovy
+++ b/jetty-maven-plugin/src/it/jetty-start-mojo-multi-module-single-war-it/postbuild.groovy
@@ -21,7 +21,7 @@ assert buildLog.text.contains( 'Started Server' )
assert buildLog.text.contains( '(1a) >> javax.servlet.ServletContextListener loaded from jar:' )
-assert buildLog.text.contains( '/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.3/jetty-servlet-api-4.0.3.jar!/javax/servlet/ServletContextListener.class << (1b)' )
+assert buildLog.text.contains( '/org/eclipse/jetty/toolchain/jetty-servlet-api/4.0.4/jetty-servlet-api-4.0.4.jar!/javax/servlet/ServletContextListener.class << (1b)' )
assert buildLog.text.contains( '(2a) >> mca.common.CommonService loaded from file:' )
assert buildLog.text.contains( 'common/target/classes/mca/common/CommonService.class << (2b)' )
diff --git a/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java b/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java
index cdbd7dd6e89..5c0efbf6695 100644
--- a/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java
+++ b/jetty-server/src/main/java/org/eclipse/jetty/server/session/SessionHandler.java
@@ -179,7 +179,6 @@ public class SessionHandler extends ScopedHandler
protected String _sessionPath;
protected int _maxCookieAge = -1;
protected int _refreshCookieAge;
- protected boolean _nodeIdInSessionId;
protected boolean _checkingRemoteSessionIdEncoding;
protected String _sessionComment;
protected SessionCache _sessionCache;
@@ -961,22 +960,6 @@ public class SessionHandler extends ScopedHandler
_sessionCache = cache;
}
- /**
- * @return true if the cluster node id (worker id) is returned as part of the session id by {@link HttpSession#getId()}. Default is false.
- */
- public boolean isNodeIdInSessionId()
- {
- return _nodeIdInSessionId;
- }
-
- /**
- * @param nodeIdInSessionId true if the cluster node id (worker id) will be returned as part of the session id by {@link HttpSession#getId()}. Default is false.
- */
- public void setNodeIdInSessionId(boolean nodeIdInSessionId)
- {
- _nodeIdInSessionId = nodeIdInSessionId;
- }
-
/**
* Remove session from manager
*
diff --git a/pom.xml b/pom.xml
index 5c9b3e5ffc0..d58eef2468e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
1.3.0-alpha5
5.1.1.RELEASE
1.2
- 4.0.3
+ 4.0.4
1.1.2
9.0.29
9.4.8.Final