]> source.dussan.org Git - vaadin-framework.git/commit
Moved StreamVariable handling from AbstractCommunicationManager to 55/455/2
authorAnna Koskinen <anna@vaadin.com>
Fri, 7 Dec 2012 12:14:31 +0000 (14:14 +0200)
committerAnna Koskinen <anna@vaadin.com>
Fri, 7 Dec 2012 12:14:31 +0000 (14:14 +0200)
commit1697a74ffb36e99a4e8659ade06d5b5553ab849e
treee46d235e93d085111257262dc3a77dbf61fd2aa1
parent2007f0d76511dd10125fe1de835437e6e40d126a
Moved StreamVariable handling from AbstractCommunicationManager to
ConnectorTracker to prevent untimely unregistrations through other UIs
within the same session (#10112)

Change-Id: Id04c97970325be65b0b3c63756a2f2e731dd60d2
server/src/com/vaadin/server/AbstractCommunicationManager.java
server/src/com/vaadin/ui/ConnectorTracker.java
server/tests/src/com/vaadin/tests/server/TestStreamVariableMapping.java
uitest/src/com/vaadin/tests/components/ui/MultipleUIUploadTest.java [new file with mode: 0644]