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. 25 9月, 2014 3 次提交
  11. 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
  12. 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
  13. 19 9月, 2014 2 次提交
  14. 04 9月, 2014 3 次提交
  15. 26 8月, 2014 1 次提交
  16. 23 8月, 2014 1 次提交
  17. 22 8月, 2014 2 次提交
  18. 19 8月, 2014 1 次提交
  19. 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
  20. 04 8月, 2014 1 次提交
  21. 31 7月, 2014 3 次提交
  22. 26 7月, 2014 1 次提交
    • R
      Add WebLogicRequestUpgradeStrategy · c89325b9
      Rossen Stoyanchev 提交于
      This change creates an AbstractTyrusRequestUpgradeStrategy shared
      between the WebLogic and GlassFish sub-classes.
      
      The version of Tyrus is lowered to 1.3.5 to match the version used
      in WebLogic (12.1.3) and that in turn requires a little extra effort
      in the base AbstractTyrusRequestUpgradeStrategy to make up for
      changes that have taken place from Tyrus 1.3.5 to 1.7.
      
      Issue: SPR-11293
      c89325b9
  23. 24 7月, 2014 2 次提交