]> source.dussan.org Git - vaadin-framework.git/commit
Send beforeClientResponse exceptions to an error handler (#14214)
authorLeif Åstrand <leif@vaadin.com>
Sun, 14 Jun 2015 12:46:14 +0000 (15:46 +0300)
committerTeppo Kurki <teppo.kurki@vaadin.com>
Wed, 17 Jun 2015 12:33:23 +0000 (12:33 +0000)
commit024a2ab52e1ab5ac039c78f86c9c6fbf3a70f131
tree1a84a06735896a4061e5f7e4cf9d5cae9773997b
parentf8aacf7c53d2e758e431588f44185b583fad8cb6
Send beforeClientResponse exceptions to an error handler (#14214)

Change-Id: Ib0cd9a402bbef0c7adb65bd8298a71b5521edd7c
server/src/com/vaadin/server/LegacyCommunicationManager.java
server/src/com/vaadin/server/communication/UidlWriter.java
uitest/src/com/vaadin/tests/applicationservlet/SystemMessages.java
uitest/src/com/vaadin/tests/components/abstractcomponent/ResponseWritingErrorHandling.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/abstractcomponent/ResponseWritingErrorHandlingTest.java [new file with mode: 0644]