]> source.dussan.org Git - vaadin-framework.git/commit
Pass initial request details through the browser (#8232)
authorLeif Åstrand <leif@vaadin.com>
Wed, 4 Jan 2012 17:07:34 +0000 (19:07 +0200)
committerLeif Åstrand <leif@vaadin.com>
Wed, 4 Jan 2012 17:07:34 +0000 (19:07 +0200)
commitb3e2adea172482c7cb682aaa30b51f4900c8bf2a
tree2f20f89e3dfb3260fdb7970a1445cd8b176c854c
parent8e04f2383db71a33f185636558fee77e98dbd18d
Pass initial request details through the browser (#8232)

By passing the details through the browser, we don't need any state
mapped to a rootId that could be sent multiple times by caching in the
browser

Old test updated to test for this
WebContent/VAADIN/vaadinBootstrap.js
src/com/vaadin/Application.java
src/com/vaadin/terminal/CombinedRequest.java
src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java
src/com/vaadin/terminal/gwt/server/BootstrapHandler.java
tests/testbench/com/vaadin/tests/application/RefreshStatePreserve.html