diff options
-rw-r--r-- | server/src/com/vaadin/server/communication/PushRequestHandler.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/server/communication/PushRequestHandler.java b/server/src/com/vaadin/server/communication/PushRequestHandler.java index 9e25f1d8ff..c01c74e5cd 100644 --- a/server/src/com/vaadin/server/communication/PushRequestHandler.java +++ b/server/src/com/vaadin/server/communication/PushRequestHandler.java @@ -145,7 +145,7 @@ public class PushRequestHandler implements RequestHandler, */ static AtmosphereFramework initAtmosphere( final ServletConfig vaadinServletConfig) { - AtmosphereFramework atmosphere = new AtmosphereFramework() { + AtmosphereFramework atmosphere = new AtmosphereFramework(false, false) { @Override protected void analytics() { // Overridden to disable version number check |