1. 21 10月, 2014 2 次提交
  2. 20 10月, 2014 2 次提交
  3. 14 10月, 2014 2 次提交
  4. 13 10月, 2014 1 次提交
  5. 11 10月, 2014 2 次提交
  6. 08 10月, 2014 2 次提交
  7. 07 10月, 2014 2 次提交
  8. 01 10月, 2014 1 次提交
  9. 27 9月, 2014 2 次提交
  10. 26 9月, 2014 1 次提交
    • R
      Detect unsent DISCONNECT messages · 371d93b3
      Rossen Stoyanchev 提交于
      This change uses a ChannelInterceptor (inserted at index 0) to detect
      when a DISCONNECT message is precluded from being sent on the
      clientInboundChannel. This can happen if another interceptor allows
      a runtime exception out from preSend or returns false.
      
      It is crucial for such messages to be processed, so when detected
      they're processed still.
      
      Issue: SPR-12218
      371d93b3
  11. 25 9月, 2014 3 次提交
  12. 24 9月, 2014 1 次提交
    • R
      Log WebSocket connection issues at DEBUG level · 5b1cbf03
      Rossen Stoyanchev 提交于
      WebSocket clients going away is an expected and common occurance.
      Logging at ERROR level on failure to close a connection or on failures
      to write data to a WebSocket sessions has a high potential for false
      positives with very little to do. This change lowers the log level for
      a number of log messages that fit this category.
      
      This should be helped by the effort already spent for 4.1 to ensure
      logging at DEBUG level doesn't produce excessive amounts of logging.
      
      Issue: SPR-12155
      5b1cbf03
  13. 20 9月, 2014 2 次提交
    • R
      Allow configuring custom argument types · 237b50a9
      Rossen Stoyanchev 提交于
      The WebSocket messaging namespace now exposes configuration options for
      custom argument resolvers and return value handlers.
      
      Issue: SPR-12217
      237b50a9
    • R
      Extend websocket scope to event publication · a99ef6d9
      Rossen Stoyanchev 提交于
      This change extends the "websocket" scope to ApplicationContext events
      published from StompSubProtocolHandler. This however will only work
      with ApplicationEventMulticaster that multicasts events in the same
      thread.
      
      Issue: SPR-12172
      a99ef6d9
  14. 19 9月, 2014 2 次提交
  15. 04 9月, 2014 3 次提交
  16. 26 8月, 2014 1 次提交
  17. 23 8月, 2014 1 次提交
  18. 22 8月, 2014 2 次提交
  19. 19 8月, 2014 1 次提交
  20. 12 8月, 2014 1 次提交
  21. 07 8月, 2014 1 次提交
    • S
      Update references to RFC 2616 · 3922f6fc
      Sebastien Deleuze 提交于
      Replace references to the old RFC 2616 (HTTP 1.1) with references
      to the new RFCs 7230 to 7235.
      
      This commit also deprecates:
       - HttpStatus.USE_PROXY
       - HttpStatus.REQUEST_ENTITY_TOO_LARGE in favor of HttpStatus.PAYLOAD_TOO_LARGE
       - HttpStatus.REQUEST_URI_TOO_LONG in favor of HttpStatus.URI_TOO_LONG
      
      Issue: SPR-12067
      3922f6fc
  22. 04 8月, 2014 1 次提交
  23. 31 7月, 2014 3 次提交
  24. 30 7月, 2014 1 次提交