]> source.dussan.org Git - vaadin-framework.git/commit
Make push path configurable (#14432).
authorTapio Aali <tapio@vaadin.com>
Mon, 9 Feb 2015 13:37:41 +0000 (15:37 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 18 Feb 2015 14:44:27 +0000 (14:44 +0000)
commit735f0748344d7ee594c4e52a715d867dfdb23cb1
treea1a940c03cb1595e30486ddaa5cb1f64d61e412f
parentd23382ad25b0a9f1ab1bf864f8fd3746e5b1c320
Make push path configurable (#14432).

In order to use websockets with Weblogic 12.1.2 or later, push path 'ws'
needs to be used instead of 'PUSH'.

Change-Id: Ia90d11c20a375cef9cf4a53986a70d616a83db06
17 files changed:
WebContent/WEB-INF/web.xml
client/src/com/vaadin/client/communication/AtmospherePushConnection.java
push/build.xml
push/ivy.xml
server/src/com/vaadin/server/Constants.java
server/src/com/vaadin/server/DefaultDeploymentConfiguration.java
server/src/com/vaadin/server/DeploymentConfiguration.java
server/src/com/vaadin/server/ServletPortletHelper.java
server/src/com/vaadin/server/communication/UIInitHandler.java
server/src/com/vaadin/ui/PushConfiguration.java
server/tests/src/com/vaadin/server/AbstractDeploymentConfigurationTest.java
server/tests/src/com/vaadin/tests/util/MockDeploymentConfiguration.java
shared/src/com/vaadin/shared/ApplicationConstants.java
shared/src/com/vaadin/shared/ui/ui/UIState.java
uitest/src/com/vaadin/launcher/ApplicationRunnerServlet.java
uitest/src/com/vaadin/tests/push/PushPath.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/push/PushPathTest.java [new file with mode: 0644]