]> source.dussan.org Git - vaadin-framework.git/commit
Don't remove diffstate data before cleanup (#10532) 03/503/4
authorLeif Åstrand <leif@vaadin.com>
Fri, 14 Dec 2012 12:17:09 +0000 (14:17 +0200)
committerLeif Åstrand <leif@vaadin.com>
Fri, 14 Dec 2012 12:17:09 +0000 (14:17 +0200)
commit880b606987e6d7350f65ce58edb13ba55b3e91ca
treeae82f5fb6072ca250a751d3dc62ae4cd822ce117
parentd997604e1bf846ca3ae5ada6c1b5938e3e603265
Don't remove diffstate data before cleanup (#10532)

* Avoid returning unregistered but not cleaned connectors from e.g.
getDirtyConnectors() and getConnector()
* Add some sanity checks to ensure unregistered connectors are not used

Change-Id: I1103586863d2f299d50af5058233a7b4c967d4c6
server/src/com/vaadin/ui/ConnectorTracker.java
uitest/src/com/vaadin/tests/serialization/ChangeStateWhenReattaching.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/serialization/ChangeStateWhenReattaching.java [new file with mode: 0644]