]> source.dussan.org Git - vaadin-framework.git/commit
Wrap null values into JsonNull json objects in bootstrap handler(#14594)
authorDenis Anisimov <denis@vaadin.com>
Tue, 4 Nov 2014 11:09:03 +0000 (13:09 +0200)
committerDenis Anisimov <denis@vaadin.com>
Sat, 10 Jan 2015 12:31:57 +0000 (14:31 +0200)
commitacffa172b9027cc151cf752867eadabfe896c805
treea7eab1fa60faca934ecdfd4410064bbe24f233e0
parent3a65f9869e2e9eccae4b28f0640920f7265cb035
Wrap null values into JsonNull json objects in bootstrap handler(#14594)

Change-Id: I1e03bfd1b4eff77e920208892f030582ff877d78
server/src/com/vaadin/server/BootstrapHandler.java
uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
uitest/src/com/vaadin/tests/requesthandlers/CommunicationError.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/requesthandlers/CommunicationErrorTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java