518 Commits (a1bf941ec4282e9924c2e98bf5e9816a509c4d26)

Author SHA1 Message Date
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
Sebastien Deleuze 6592784ef4 Fix a package tangle between SockJS support and transport packages 10 years ago
Sebastien Deleuze 58f4014b17 Add an option to disable automatic addition of CORS header 10 years ago
Sebastien Deleuze 743356fa21 Add an option to set an Origin whitelist for Websocket and SockJS 10 years ago
Rossen Stoyanchev 01aa64c534 Simple broker sends notice after disconnect 10 years ago
Rossen Stoyanchev 687955a704 Add ImmutableMessageChannelInterceptor 10 years ago
Juergen Hoeller 3106905877 Polishing 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller b6fdcffc94 HttpSessionHandshakeInterceptor and related web.socket.server polishing 10 years ago
Juergen Hoeller 77a62ec8b8 Polishing 10 years ago
Juergen Hoeller 10328f1c22 Reimplemented ServerEndpointExporter to avoid BeanPostProcessor role 10 years ago
Rossen Stoyanchev 3056301015 Improve HttpSessionHandshakeInterceptor 10 years ago
Sam Brannen 2f54b273a5 Delete unused imports in spring-websocket module 10 years ago
Rossen Stoyanchev 97596fb9f6 Allow plugging in a WebSocketHandlerDecorator 10 years ago
Rossen Stoyanchev f0323be786 Add option to copy HTTP session id to handshake attrs 10 years ago
Rossen Stoyanchev 4a29e164a8 Allow binary messages in StompSubProtocolHandler 10 years ago
Brian Clozel 4cf19df462 SockJs client: add an XhrTransport for Undertow 10 years ago
Brian Clozel 2a39081819 Add Vary:Origin HTTP header in SockJS responses 10 years ago
Juergen Hoeller e56559fd4d WebSocketSession extends java.io.Closeable, plus reorganization of AbstractSockJsSession's code 10 years ago
Juergen Hoeller da14aeea7a TextMessage.toString() does not throw StringIndexOutOfBoundsException for payload with multibyte characters 10 years ago
Juergen Hoeller 3a3c52dbdd Polishing 10 years ago
Juergen Hoeller 7f9baa3a09 Polishing 10 years ago
Brian Clozel a6e1c53f23 Update default SockJS CDN location 10 years ago
Rossen Stoyanchev 371d93b346 Detect unsent DISCONNECT messages 10 years ago
Juergen Hoeller 070642c148 Introduced addScope convenience method on CustomScopeConfigurer (for use in WebSocket configuration) 10 years ago
Juergen Hoeller 3836aa051f Message broker thread pools should be set up in allowCoreThreadTimeOut mode 10 years ago
Rossen Stoyanchev b0e6091cad Lower "no session" message log level in SubProtocolWSH 10 years ago
Rossen Stoyanchev 5b1cbf0306 Log WebSocket connection issues at DEBUG level 10 years ago
Rossen Stoyanchev 237b50a9c8 Allow configuring custom argument types 10 years ago
Rossen Stoyanchev a99ef6d9b2 Extend websocket scope to event publication 10 years ago
Rossen Stoyanchev dc57cb2c9f Update SessionDisconnectEvent 10 years ago
Rossen Stoyanchev 4af9851585 Add user to DISCONNECT in StompSubProtocolHandler 10 years ago
Rossen Stoyanchev 49b872e387 Adjust logging following SockJS client disconnect 10 years ago
Juergen Hoeller 86b7118da8 Polishing 10 years ago
Juergen Hoeller 20c2ba35dc Polishing 10 years ago
Rossen Stoyanchev 2a0765e76d Allow setting SockJsMessageCodec in WebSocket config 10 years ago
Juergen Hoeller b93dd95475 Polishing 10 years ago
Juergen Hoeller 86c5880888 Polishing 10 years ago
Juergen Hoeller 11805b6a5d ServerEndpointExporter can initialize itself based on a late-provided ServletContext as well (for Boot) 10 years ago
Juergen Hoeller 2ef3d66c89 Polishing 10 years ago
Phillip Webb ac8326d2df Polish mockito usage 10 years ago
Sebastien Deleuze 3922f6fc53 Update references to RFC 2616 10 years ago
Stephane Nicoll 3da68cfe21 Remove unused imports 10 years ago
Rossen Stoyanchev 8751936b12 Fix issue with sub-protocol negotiation and SockJS 10 years ago