]> source.dussan.org Git - vaadin-framework.git/commit
Make sure that no fileIds are replayed to the client (#12330)
authorHenrik Paul <henrik@vaadin.com>
Thu, 15 Aug 2013 05:59:03 +0000 (08:59 +0300)
committerVaadin Code Review <review@vaadin.com>
Thu, 15 Aug 2013 10:49:25 +0000 (10:49 +0000)
commit36413cb556cee7a7024a552e3772a2369d8f0294
tree0b603d5f0904413a683d8ec0fb2664e542ee9e4b
parentf72be69c60432bb94251cd7a73ad167062f9c6a8
Make sure that no fileIds are replayed to the client (#12330)

Due to how ProxyReceivers are constructed and serialized, we don't want
to resend the ProxyReceivers for files that already are in the queue.
Either we needed to change the way ProxyReceivers behave, or just make
sure that they aren't resent. I chose the double-check method.

Change-Id: I7c4e866ba4287afd3e80329be3640335d4ff00af
server/src/com/vaadin/ui/DragAndDropWrapper.java
uitest/src/com/vaadin/tests/components/draganddropwrapper/DragAndDropBatchUpload.java [new file with mode: 0644]