Re: Serialization Issue while using tokenInterceptor

2015-05-25 Thread Sreekanth S. Nair
Once again i have tested afresh, but the same issue is coming. We have also found when we are using spring-http-session via redis data store only we are getting this issue. What could be the issue, does TokenSessionStoreInterceptor really trying to store the Container which is not issuing any error

Re: Serialization Issue while using tokenInterceptor

2015-05-25 Thread Lukasz Lenart
2015-05-25 10:29 GMT+02:00 Sreekanth S. Nair : > Hi Lukasz, > Based on your comment on WW-4028 issue, struts2 should not > try to store ActionInvocation in session, from the log i have attached > points that its getting stored into session which basically breaks your > point. FYI

Re: Serialization Issue while using tokenInterceptor

2015-05-25 Thread Sreekanth S. Nair
Hi Lukasz, Based on your comment on WW-4028 issue, struts2 should not try to store ActionInvocation in session, from the log i have attached points that its getting stored into session which basically breaks your point. FYI we are using redis and spring session to manage HttpSessi