Files
spring-webflow/spring-webflow/src
Rossen Stoyanchev ee58d02cbf Use thread-safe list to store conversations
While the methods manipulating or accessing the list are synchronized,
the ConversationContainer class is also subject to serialization.

Issue: SWF-1668
2015-08-19 18:17:53 -04:00
..