FlushSession never called on AjaxFormComponentUpdatingBehavior

2022-05-10 Thread Wayne W
Hi, I am *still* trying to troubleshoot why migrating to 9.4 we have found that our app no longer supports session failover correctly. We use Redission to store the tomcat session in Redis. After a lot of debugging it appears that for AjaxFormComponentUpdatingBehavior.onEvent() calls, HttpSession

Re: FlushSession never called on AjaxFormComponentUpdatingBehavior

2022-05-10 Thread Sven Meier
Hi Wayne, >Is this a bug? could be, do we have a Jira issue already? I think there might be a call to Session#setMetaData() missing. Before Wicket 9.x it seemed to have been called additionally when a page is stored in the session. I'll take a deeper look into this tomorrow. Best regards S