461 Commits (77937c5b025f796bca380b7213c424fe84f3f02b)

Author SHA1 Message Date
Sebastien Deleuze 83f269b512 Make DefaultCorsProcessor Servlet 2.5 compliant 10 years ago
Rossen Stoyanchev 49e90575e9 Disable ShallowEtagHeaderFilter for HTTP streaming 10 years ago
Rossen Stoyanchev 68ecb92d1f Allow "ws" and "wss" for isValidCorsOrigin checks 10 years ago
Rossen Stoyanchev 222f6998e4 Add userProperties to StandardWebSocketClient 10 years ago
Rossen Stoyanchev c29eae3307 Support user destinations with multiple app servers 10 years ago
Rossen Stoyanchev a3df66931f Add path-helper attribute for websocket namespace 10 years ago
Rossen Stoyanchev de9675bf5a Support heartbeat in SimpleBrokerMessageHandler 10 years ago
Sebastien Deleuze b0e1e66b7f Add CORS support 10 years ago
Brian Clozel 100d75da26 Fix client-library-url ignored in MVC namespace 10 years ago
Rossen Stoyanchev 73d6d30951 Add flag whether to create HTTP session 10 years ago
Juergen Hoeller d23893fd25 Consistent javadoc param declarations for type variables 10 years ago
Rossen Stoyanchev e81862eed6 Allow modifying HandshakeInterceptor list 10 years ago
Rossen Stoyanchev 0c9cd4cc32 SubProtocolWebSocketHandler checks if session is open 10 years ago
Rossen Stoyanchev 41e437066e Support @MessageExceptionHandler w/ @ControllerAdvice 10 years ago
Sam Brannen 8ee0e98540 Ensure WebSocketStompClientTests compiles in Gradle build as well 10 years ago
Sam Brannen 9930a8715f Clean up & suppress warnings in spring-messaging 10 years ago
Sam Brannen 03739c25d3 Ensure WebSocketStompClientTests compiles in STS 3.6.4 10 years ago
Rossen Stoyanchev d30b3eaf55 Add STOMP client 10 years ago
Juergen Hoeller 2b3409461f Polishing 10 years ago
Sebastien Deleuze 90e6304b49 Adjust log level for invalid SockJS or Websocket requests 10 years ago
Rossen Stoyanchev 917eb1de0b Ignore Pong messages in StompSubProtocolHandler 10 years ago
Rossen Stoyanchev 1f990c3df6 Fix handling of empty payload Pong message on Jetty 10 years ago
Sebastien Deleuze 6062e15572 Change SockJS and Websocket default allowedOrigins to same origin 10 years ago
Rossen Stoyanchev b4fa1c24cc Pass SockJS session attributes to HandshakeHandler 10 years ago
Stephane Nicoll f0fca890bb Annotation-based event listeners 10 years ago
Sebastien Deleuze 9b3319b3b3 Fix SockJS origin check 10 years ago
Ralph Schaer e0d407dad0 Fix javadoc 10 years ago
Rossen Stoyanchev 52b8f34468 Add JdkIdGenerator and use it in SockJS client 10 years ago
Rossen Stoyanchev ab629a0e26 Deprecate writePrelude in AbstractHttpSockJsSession 10 years ago
Rossen Stoyanchev 43d93712f1 Remove isStreaming flag from AbstractHttpSockJsSession 10 years ago
Rossen Stoyanchev 8a47c181f7 Assign Jetty SockJS tests to "performance" test group 10 years ago
Rossen Stoyanchev 51367dec05 Refine condition to send WebSocket binary messages 10 years ago
Rossen Stoyanchev 670974d76a Allow sending binary messages with STOMP 10 years ago
Rossen Stoyanchev b796c1e87e Synchronize message sending 10 years ago
Sebastien Deleuze 2fccf3ff44 Add support for autowiring Jackson handlers 10 years ago
Sebastien Deleuze fbd85925de Use Jackson improved default configuration everywhere 10 years ago
Rossen Stoyanchev dc5b5ca8ee Check the user of a SockJS request 10 years ago
Juergen Hoeller e6d7af4ea8 Polishing 10 years ago
Juergen Hoeller 0caeffcd54 Polishing 10 years ago
Brian Clozel bb150c47cf Add undertow 1.1.0.Final support 10 years ago
Juergen Hoeller 05bdc2cf77 Consistent declaration and use of UTF-8 Charset constants, plus related polishing 10 years ago
Juergen Hoeller 9ff8a01f29 Polishing 10 years ago
Brian Clozel 1fff631daa Fix SubProtocolHandler duplicate registration 10 years ago
Sam Brannen 14f4d34fdb Clean up warnings in spring-websocket 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Rossen Stoyanchev 38ef6dec50 Fix test issue with Set iteration order 10 years ago
Rossen Stoyanchev 8f21c85511 Explicitly close Spring context in WS integration test 10 years ago
Rossen Stoyanchev 8c727be4e1 Close Spring context in SockJS integration test setup 10 years ago
Rossen Stoyanchev 70e6e3bb39 Fix condition check in SockJsClient lifecycle method 10 years ago
Rossen Stoyanchev da612d079f Replace "if(" with "if (" 10 years ago