]> source.dussan.org Git - vaadin-framework.git/commit
Revert "Make push path configurable (#14432)."
authorArtur Signell <artur@vaadin.com>
Thu, 19 Mar 2015 09:49:32 +0000 (09:49 +0000)
committerVaadin Code Review <review@vaadin.com>
Wed, 25 Mar 2015 11:37:42 +0000 (11:37 +0000)
commit140844eaff3de1b926460081405eb7d53ec811f8
tree22df06e4607937bbbb8b299beb05d6f4acb8de16
parent1c569304b3f10960854c2045030d907408978d05
Revert "Make push path configurable (#14432)."

Breaks long polling fallback when implemented this way

This reverts commit 735f0748344d7ee594c4e52a715d867dfdb23cb1.

Conflicts:
push/build.xml
push/ivy.xml
server/src/com/vaadin/server/Constants.java
uitest/src/com/vaadin/tests/push/PushPathTest.java

Change-Id: I07f6fedafc648b0ee403865ccb322017d2a8d571
15 files changed:
WebContent/WEB-INF/web.xml
client/src/com/vaadin/client/communication/AtmospherePushConnection.java
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 [deleted file]
uitest/src/com/vaadin/tests/push/PushPathTest.java [deleted file]