]> source.dussan.org Git - vaadin-framework.git/commit
Call error handler for exceptions in UI.init() (#8055)
authorArtur <artur@vaadin.com>
Mon, 2 Jan 2017 09:10:33 +0000 (11:10 +0200)
committerPekka Hyvönen <pekka@vaadin.com>
Mon, 2 Jan 2017 09:10:33 +0000 (11:10 +0200)
commit86ed6cc475d9e9ee79fee4f2340c271ffa5c702e
tree94ee81c7c0747a53cc526d93ac5614a59326de90
parent04febccaad259f78916cce6c447707dc3e1eb83d
Call error handler for exceptions in UI.init() (#8055)

Fixes #4995
server/src/main/java/com/vaadin/server/communication/UIInitHandler.java
server/src/test/java/com/vaadin/server/communication/ServletUIInitHandlerTest.java [new file with mode: 0644]
uitest/src/main/java/com/vaadin/tests/components/ui/UIInitException.java
uitest/src/test/java/com/vaadin/tests/components/ui/UIInitExceptionTest.java