212 Commits (bf8d99d7e45956a3e2133d7c23d78f3dbfe2596f)

Author SHA1 Message Date
Rossen Stoyanchev dc5b5ca8ee Check the user of a SockJS request 12 years ago
Brian Clozel 1fff631daa Fix SubProtocolHandler duplicate registration 12 years ago
Sam Brannen 14f4d34fdb Clean up warnings in spring-websocket 12 years ago
Rossen Stoyanchev 38ef6dec50 Fix test issue with Set iteration order 12 years ago
Rossen Stoyanchev 8f21c85511 Explicitly close Spring context in WS integration test 12 years ago
Rossen Stoyanchev 8c727be4e1 Close Spring context in SockJS integration test setup 12 years ago
Rossen Stoyanchev da612d079f Replace "if(" with "if (" 12 years ago
Sebastien Deleuze 58f4014b17 Add an option to disable automatic addition of CORS header 12 years ago
Sebastien Deleuze 743356fa21 Add an option to set an Origin whitelist for Websocket and SockJS 12 years ago
Rossen Stoyanchev 687955a704 Add ImmutableMessageChannelInterceptor 12 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 12 years ago
Juergen Hoeller 10328f1c22 Reimplemented ServerEndpointExporter to avoid BeanPostProcessor role 12 years ago
Rossen Stoyanchev 3056301015 Improve HttpSessionHandshakeInterceptor 12 years ago
Sam Brannen 2f54b273a5 Delete unused imports in spring-websocket module 12 years ago
Rossen Stoyanchev 97596fb9f6 Allow plugging in a WebSocketHandlerDecorator 12 years ago
Rossen Stoyanchev f0323be786 Add option to copy HTTP session id to handshake attrs 12 years ago
Brian Clozel 4cf19df462 SockJs client: add an XhrTransport for Undertow 12 years ago
Brian Clozel 2a39081819 Add Vary:Origin HTTP header in SockJS responses 12 years ago
Juergen Hoeller da14aeea7a TextMessage.toString() does not throw StringIndexOutOfBoundsException for payload with multibyte characters 12 years ago
Juergen Hoeller 7f9baa3a09 Polishing 12 years ago
Brian Clozel a6e1c53f23 Update default SockJS CDN location 12 years ago
Rossen Stoyanchev 371d93b346 Detect unsent DISCONNECT messages 12 years ago
Rossen Stoyanchev 237b50a9c8 Allow configuring custom argument types 12 years ago
Rossen Stoyanchev 4af9851585 Add user to DISCONNECT in StompSubProtocolHandler 12 years ago
Juergen Hoeller 20c2ba35dc Polishing 12 years ago
Rossen Stoyanchev 2a0765e76d Allow setting SockJsMessageCodec in WebSocket config 12 years ago
Juergen Hoeller 11805b6a5d ServerEndpointExporter can initialize itself based on a late-provided ServletContext as well (for Boot) 12 years ago
Phillip Webb ac8326d2df Polish mockito usage 12 years ago
Stephane Nicoll 3da68cfe21 Remove unused imports 12 years ago
Rossen Stoyanchev 8751936b12 Fix issue with sub-protocol negotiation and SockJS 12 years ago
Rossen Stoyanchev c68b4c01e1 Polish SockJsClient 12 years ago
Rossen Stoyanchev ba952ca331 Fix test condition 12 years ago
Rossen Stoyanchev e74ac06733 Filter WebSocket extensions 12 years ago
Rossen Stoyanchev 988499f7dc Remove awaitCloseStatus in SockJS integration tests 12 years ago
Rossen Stoyanchev 90f8e4b71f Add @Ignored temporarily to Jetty SockJS tests 12 years ago
Rossen Stoyanchev 89b202029a Fix failing test 12 years ago
Rossen Stoyanchev d86e4cf203 Re-obtain port on every WebSocket integration test 12 years ago
Rossen Stoyanchev ea7ae8949e Use regex comparison in WebSocket stats test 12 years ago
Rossen Stoyanchev 4dd5c274a0 Add missing HandshakeInterceptor for STOMP endpoints 12 years ago
Rossen Stoyanchev 6d6cc0ecec Polish WebSocket Java config 12 years ago
Rossen Stoyanchev 85c175059a Add missing handshake-interceptor namespace support 12 years ago
Rossen Stoyanchev 61e77eeb61 Fix white spaces 12 years ago
Rossen Stoyanchev 6557800f97 Polish WebSocket namespace 12 years ago
Rossen Stoyanchev ab2526a586 Update support for using "." as path separator 12 years ago
Sebastien Deleuze 928a466b5d Allow to customize separator for messaging destinations 12 years ago
Rossen Stoyanchev 670c216d38 Change converter ordering in message broker config 12 years ago
Rossen Stoyanchev 2ebc921545 Add Lifecycle to SockJsClient and Transport types 12 years ago
Rossen Stoyanchev d73c1d5693 Update WebSocket client SmartLifecycle support 12 years ago
Rossen Stoyanchev 48236be4a2 STOMP and WebSocket messaging related logging updates 12 years ago
Rossen Stoyanchev ab4864da2a Add STOMP/WebSocket stats collection 12 years ago