[
https://issues.apache.org/jira/browse/WICKET-6588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Del Bene closed WICKET-6588.
-----------------------------------
Resolution: Fixed
Thank you [~solomax]!
> Under Tomcat (ver. >= 8.5) BaseWebSocketBehavior can't find session id cookie
> ------------------------------------------------------------------------------
>
> Key: WICKET-6588
> URL: https://issues.apache.org/jira/browse/WICKET-6588
> Project: Wicket
> Issue Type: Bug
> Affects Versions: 8.1.0, 9.0.0
> Reporter: Andrea Del Bene
> Priority: Major
> Fix For: 8.2.0, 9.0.0
>
>
> The code used BaseWebSocketBehavior to find the name of the jsession cookie
> fails under Tomcat as it returns null if such a value has not been explicitly
> set (see Tomcat class
> org.apache.catalina.core.ApplicationSessionCookieConfig.java). If a null
> value is returned we should use the default 'JSESSIONID' as indicated in the
> specifications
> (https://docs.oracle.com/javaee/7/api/javax/servlet/SessionCookieConfig.html#getName--)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)