]> source.dussan.org Git - vaadin-framework.git/commit
Limit previous solution for non-push mode UI (#11629)
authorZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Mon, 24 Jun 2019 08:10:49 +0000 (11:10 +0300)
committerZhe Sun <31067185+ZheSun88@users.noreply.github.com>
Tue, 25 Jun 2019 12:58:20 +0000 (15:58 +0300)
commit1863bbb7620f14e14c81b94801e78bca68114859
tree7385da5931cc3429f39059b56e898d710a2b52ac
parent331db5e25f4e2427c3b3a9d390f7766c0208dc50
Limit previous solution for non-push mode UI (#11629)

* add test case

* Limit the workaround for non-push mode

Fixes #11616
server/src/main/java/com/vaadin/server/communication/FileUploadHandler.java
uitest/src/main/java/com/vaadin/tests/components/upload/InterruptUploadWithPush.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/upload/InterruptUploadWithPushTest.java [new file with mode: 0644]