Description
There is a bug in the code where we try to find the first cookie instead of checking for all cookies in ConfigurableHADispatch class.
sessionCookie = Arrays.stream(inboundRequest.getCookies()) .findFirst() .filter(cookie -> stickySessionCookieName.equals(cookie.getName()));
Attachments
Issue Links
- links to