-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
7.0.5
-
None
-
Environment with serializable sessions
Hi,
it seems that in certain cases the event listener rewireing from SelectorComposer.didActivate() causes ConcurrentModificationExceptions in https://github.com/zkoss/zk/blob/master/zk/src/org/zkoss/zk/ui/AbstractComponent.java#L2554
The iteration on the <List<EventListenerInfo>> two lines above is already encapsulated in a CollectionsX.comodifiableIterator(), but the iteration on List<EventListenerInfo> itself had no iteration.
The attached patch fixes it for me...
Thanks & Bye,
Chris