]> source.dussan.org Git - vaadin-framework.git/commit
Fixed swallower access. Now error handler logs exceptions. (#12703)
authorFelype Santiago Ferreira <felype@vaadin.com>
Tue, 8 Oct 2013 13:04:32 +0000 (16:04 +0300)
committerVaadin Code Review <review@vaadin.com>
Tue, 15 Oct 2013 13:06:39 +0000 (13:06 +0000)
commitd461fb438f62b38d2082b41b0a3c7a1189927c3d
tree669ab05513c356a1ad784fafd496e47e9865d446
parent6a99730d898f8e0663d69dbeba6682113c29ca52
Fixed swallower access. Now error handler logs exceptions. (#12703)

Change-Id: If8fe00e10c7ec56cbd8753ff88d4816613a340f2
server/src/com/vaadin/server/ErrorHandlingRunnable.java [new file with mode: 0644]
server/src/com/vaadin/server/VaadinService.java
server/src/com/vaadin/server/VaadinSession.java
server/src/com/vaadin/ui/UI.java
uitest/src/com/vaadin/tests/components/ui/UIAccessExceptionHandling.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/ui/UIAccessExceptionHandling.java [new file with mode: 0644]