Jackson2JsonRedisSerializer DeSerialization problem #391
Labels
for: stack-overflow
A question that's better suited to stackoverflow.com
in: redis
status: duplicate
A duplicate of another issue
Hi there,
I try to use Jackson2JsonRedisSerializer as my default RedisSerialize. After i login to system the system, spring session writes session information to redis without problem as json format.
Here is the problem, If i'd like to access the system with spring secutiy auth token, i get error. Spring session can not deserialize the object that it wrote before.
Here is my HttpSessionConfiguration:
Spring version : 4.2.5
Spring-session version : 1.1.0
Jackson Version : 2.7.1
Here is the stracktrace :
Waiting for your answers.
The text was updated successfully, but these errors were encountered: