spring-webflow icon indicating copy to clipboard operation
spring-webflow copied to clipboard

Fix FlowSessionImpl serialization after deserialization

Open yurem opened this issue 1 year ago • 0 comments

This update fix serialization issue when server need to serialize FlowSessionImpl.java after deserialization. In this flow server throws NPE in line 160 because deserialization not restores flow value. Instead of this it set only flowIdvalue. The issue exists in 2.5.1.RELEASE and 3.0.0-RC1.

This error is easy to reproduce with jetty server and enabled module session-store-jdbc and session-cache-null.

yurem avatar Oct 13 '23 14:10 yurem