From 4ddae32de9a96996f38e6222497df6f093a558fe Mon Sep 17 00:00:00 2001 From: Ulrich von Poblotzki Date: Sat, 5 Oct 2013 15:43:52 +0200 Subject: [PATCH] Updated Tomcat version updated to 8.0.0-RC3 The RC1 version had some websocket issues, that prevented propper websocket communication. In some cases the SocketJS communication was downgraded to 'xhr_streaming'. --- spring-boot-samples/spring-boot-sample-websocket/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-websocket/pom.xml b/spring-boot-samples/spring-boot-sample-websocket/pom.xml index 1aed3045d7..d98ca71dbd 100644 --- a/spring-boot-samples/spring-boot-sample-websocket/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket/pom.xml @@ -11,7 +11,7 @@ 1.7 - 8.0.0-RC1 + 8.0.0-RC3