]> source.dussan.org Git - vaadin-framework.git/commit
Bootstrap UI using relative URLs with servlets (#6771) 59/59/5
authorLeif Åstrand <leif@vaadin.com>
Mon, 8 Oct 2012 05:11:51 +0000 (08:11 +0300)
committerVaadin Code Review <review@vaadin.com>
Mon, 8 Oct 2012 10:35:02 +0000 (10:35 +0000)
commit13d5b3e98954c2ade382305f8d044b2b49fdbd0b
tree37559368471cbed3a9ea159261869bcf5c82e52a
parent6337f8f8ccb88014f7a3d269332661ec8183b758
Bootstrap UI using relative URLs with servlets (#6771)

* Configure widgetset using URLs relative to the requested page
* Provide a Util method for getting an absolute URL from a relative URL
* Test by using an embedded Jetty acting as a transparent proxy
* Make /embed1 use the Buttons test to enable testing UIDL requests

Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d
20 files changed:
WebContent/VAADIN/vaadinBootstrap.js
WebContent/WEB-INF/web.xml
client/src/com/vaadin/client/ApplicationConfiguration.java
client/src/com/vaadin/client/ApplicationConnection.java
client/src/com/vaadin/client/ResourceLoader.java
client/src/com/vaadin/client/Util.java
server/src/com/vaadin/server/BootstrapHandler.java
server/src/com/vaadin/server/CombinedRequest.java
server/src/com/vaadin/server/CommunicationManager.java
server/src/com/vaadin/server/GAEVaadinServlet.java
server/src/com/vaadin/server/PortletCommunicationManager.java
server/src/com/vaadin/server/VaadinPortletService.java
server/src/com/vaadin/server/VaadinService.java
server/src/com/vaadin/server/VaadinServlet.java
server/src/com/vaadin/server/VaadinServletService.java
shared/src/com/vaadin/shared/ApplicationConstants.java
uitest/ivy.xml
uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
uitest/src/com/vaadin/tests/integration/ProxyTest.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/integration/ProxyTest.java [new file with mode: 0644]