aledsage commented on a change in pull request #1096:
URL: https://github.com/apache/brooklyn-server/pull/1096#discussion_r420768632



##########
File path: 
rest/rest-resources/src/main/java/org/apache/brooklyn/rest/util/MultiSessionAttributeAdapter.java
##########
@@ -217,7 +219,11 @@ private void invalidateAllSession(HttpSession 
preferredSession, HttpSession loca
         private HttpSession findValidPreferredSession(HttpSession 
localSession, HttpServletRequest optionalRequest) {
             if (localSession instanceof Session) {
                 SessionHandler preferredHandler = 
getPreferredJettyHandler((Session)localSession, true, true);
-                HttpSession preferredSession = preferredHandler==null ? null : 
preferredHandler.getHttpSession(localSession.getId());
+
+                SessionIdManager idManager = 
((DefaultSessionIdManager)preferredHandler.getSessionIdManager());

Review comment:
       Why do we need to cast it to `DefaultSessionIdManager`?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to