1. 19 2月, 2015 1 次提交
  2. 18 2月, 2015 2 次提交
  3. 11 2月, 2015 2 次提交
  4. 03 2月, 2015 1 次提交
  5. 13 1月, 2015 1 次提交
    • R
      Remove isStreaming flag from AbstractHttpSockJsSession · 43d93712
      Rossen Stoyanchev 提交于
      This change removes the need for the isStreaming field from the base
      class AbstractHttpSockJsSession. This field was used to account for
      differences between polling vs streaming SockJS sessions without having
      to expose to sub-classes private fields that are otherwise protected
      from concurrent access by the base class. The change manages to delegate
      to sub-classes without providing direct access to protected fields.
      
      Issue: SPR-12427
      43d93712
  6. 30 12月, 2014 2 次提交
  7. 29 12月, 2014 1 次提交
  8. 03 12月, 2014 3 次提交
  9. 01 12月, 2014 1 次提交
  10. 25 11月, 2014 2 次提交
  11. 23 11月, 2014 1 次提交
  12. 21 11月, 2014 1 次提交
    • B
      Fix user destination parsing in simp messaging · 75c70fac
      Brian Clozel 提交于
      This commit fixes the parsing of message destinations such as
      "/user/anna/queue/foo", reverting a regression introduced by SPR-11506,
      which worked well with @SendToUser use cases but caused issues for
      messages sent to other users.
      
      Issue: SPR-12444
      75c70fac
  13. 11 11月, 2014 3 次提交
  14. 01 11月, 2014 1 次提交
  15. 30 10月, 2014 1 次提交
  16. 24 10月, 2014 2 次提交
    • R
      Simple broker sends notice after disconnect · 01aa64c5
      Rossen Stoyanchev 提交于
      Before this change the simple broker simply removed subscriptions
      upon receiving a DISCONNECT message assuming it was a result of
      a client STOMP WebSocket session ending.
      
      However, if the server-side application sends a DISCONNECT to
      the broker in order to terminate a session, the STOMP WebSocket
      session could remain unware without any further action. This
      change ensures the simple broker sends a DISCONNECT_ACK message
      downstream whenever it receives a DISCONNECT.
      
      Issue: SPR-12288
      01aa64c5
    • R
      Add ImmutableMessageChannelInterceptor · 687955a7
      Rossen Stoyanchev 提交于
      This change adds a ChannelInterceptor that flips the immutable flag on
      messages being sent. This allows components sending messages to leave
      the message mutable for interceptors to further apply modifications
      before the message is sent (and exposed to concurrency).
      
      The interceptor is automatically added with the STOMP/WebSocket Java
      and XML config and the StompSubProtocolHandler leaves parsed incoming
      messages mutable so they can be further modified before being sent.
      
      Issue: SPR-12321
      687955a7
  17. 21 10月, 2014 1 次提交
  18. 14 10月, 2014 1 次提交
  19. 04 10月, 2014 2 次提交
  20. 01 10月, 2014 1 次提交
  21. 30 9月, 2014 4 次提交
  22. 27 9月, 2014 3 次提交
  23. 26 9月, 2014 2 次提交
  24. 25 9月, 2014 1 次提交