# HG changeset patch # User ymh # Date 1397057324 -7200 # Node ID c87698c8cde6e7c72105df5f9d1513a86aec8c89 # Parent b2cc6f238b0db314e0cdc898e6048e446f1f51eb correct oejw.WebSocketConnectionRFC6455:Text message too large > 65520 chars bug diff -r b2cc6f238b0d -r c87698c8cde6 server/src/main/webapp/WEB-INF/web.xml --- a/server/src/main/webapp/WEB-INF/web.xml Mon Mar 03 15:31:51 2014 +0100 +++ b/server/src/main/webapp/WEB-INF/web.xml Wed Apr 09 17:28:44 2014 +0200 @@ -38,6 +38,10 @@ transports org.cometd.websocket.server.WebSocketTransport + + ws.bufferSize + 100000 + 1 @@ -95,4 +99,4 @@ springSecurityFilterChain /* - \ No newline at end of file +