1. 24 3月, 2014 4 次提交
  2. 18 3月, 2014 2 次提交
    • S
      Document locale convention in Tiles def file names · fb600857
      Sebastien Deleuze 提交于
      In Tiles v3 integration, underscores in filenames are
      intended to identify the definition locale. This behavior
      is now documented in order to avoid unexpected results
      with filenames like tiles_definitions.xml.
      
      This commit also updates Tiles v2 references to Tiles v3
      in the Spring reference documentation.
      
      Issue: SPR-11491
      fb600857
    • S
      Fix "Configuring the WebSocket Engine" documentation · aac409c6
      Sebastien Deleuze 提交于
      This commit updates reference documentation in order
      to specify that ServletServerContainerFactoryBean is for
      server side use and WebSocketContainerFactoryBean
      for client side use.
      
      Issue: SPR-11565
      aac409c6
  3. 11 3月, 2014 1 次提交
  4. 10 3月, 2014 2 次提交
  5. 06 3月, 2014 1 次提交
  6. 04 3月, 2014 1 次提交
  7. 03 3月, 2014 2 次提交
  8. 02 3月, 2014 1 次提交
    • R
      Add smart logging for disconnected SockJS clients · 42382996
      Rossen Stoyanchev 提交于
      The Servlet API does not provide notifications when a client
      disconnects, see see https://java.net/jira/browse/SERVLET_SPEC-44.
      Therefore network IO failures may occur simply because a client has
      gone away. Before this change that could fill logs with unnecessary
      stack traces.
      
      After this change we make a best effort to identify such network
      failures, on a per-server basis (tested with Jetty, Tomcat, Glassfish,
      and WildFly), and log them under a separate log category.
      
      A simple one-line message is logged at DEBUG level (i.e. no stack trace)
      while a full stack trace is shown at TRACE level.
      
      Issue: SPR-11438
      42382996
  9. 01 3月, 2014 3 次提交
  10. 26 2月, 2014 1 次提交
    • R
      Update documentation · 651e0a44
      Rossen Stoyanchev 提交于
      Clarify ability to use @MessageMapping methods on both @Controller as
      well as @RestController.
      
      Add section on configuring connections (including credentials) to the
      message broker and clarify the use of the login/passcode headerers of
      the STOMP CONNECT frame.
      
      Add note on when to add the reactor-tcp dependency.
      
      Issue: SPR-11464, SPR-11436, SPR-11449
      651e0a44
  11. 14 2月, 2014 1 次提交
  12. 12 2月, 2014 1 次提交
    • R
      Improve info on use of @Controller's with aop proxying · 7301b58e
      Rossen Stoyanchev 提交于
      Before this change, issues surrounding the use of @Controller's in
      combination with AOP proxying, resulted in an IllegalArgumentException
      when trying to invoke the controller method.
      
      This change detects such cases proactively and reports them with a
      clear recommendation to use class-based proxying when it comes to
      @Controller's. This is the most optimcal approach for controllers
      in many respects, also allows @mvc annotations to remain on the
      class.
      
      The documentation has also been updated to have a specific section
      on @Controller's and AOP proxying providing the same advice.
      
      Issue:SPR-11281
      7301b58e
  13. 08 2月, 2014 1 次提交
  14. 07 2月, 2014 2 次提交
  15. 28 1月, 2014 1 次提交
  16. 25 1月, 2014 1 次提交
  17. 23 1月, 2014 3 次提交
  18. 22 1月, 2014 1 次提交
    • S
      Improve documentation of matrix variables. · 98174e10
      Stephane Nicoll 提交于
      Prior to this commit, it was not clear how to enable the support of matrix
      variables in the mvc namespace. As the feature is disabled by default, added
      something to highlight the part that explains how to configure it
      
      Issue: SPR-11331
      98174e10
  19. 21 1月, 2014 3 次提交
  20. 16 1月, 2014 2 次提交
  21. 15 1月, 2014 3 次提交
  22. 10 1月, 2014 2 次提交
  23. 07 1月, 2014 1 次提交