]> source.dussan.org Git - vaadin-framework.git/commit
Added more exception handling to PushHandler (#12578, #11882)
authorMarc Englund <marc@vaadin.com>
Wed, 9 Oct 2013 12:31:06 +0000 (15:31 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 21 Oct 2013 08:16:37 +0000 (08:16 +0000)
commitdd51b7f73062650cb3d5bb8550a0b088a0ea6595
tree83488ef5ae0443b03dc645db1955ca278567953f
parented50200e9a68c00279cdefa65ccdccd4734d6c9a
Added more exception handling to PushHandler (#12578, #11882)

PushHandler now catches Exception and calls ErrorHandler more.

Change-Id: I7032c00f717b1dae34f4352abc035b1b398c7cfc
server/src/com/vaadin/server/communication/PushHandler.java
uitest/src/com/vaadin/tests/push/PushErrorHandling.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushErrorHandling.java [new file with mode: 0644]