1. 08 7月, 2015 8 次提交
    • B
      Fix backwards compatibility in WebContentInterceptor · ef0eb01f
      Brian Clozel 提交于
      As of SPR-11792, WebContentGenerator and WebContentInterceptor offer
      new APIs and new behavior regarding HTTP caching, including the use of a
      new CacheControl class.
      
      Those changes broke part of the behavior in WebContentInterceptor. This
      class allows to override the global Cache configuration at the Generator
      level, using specific mappings. Prior to this change, those mappings
      would not properly apply the HTTP caching configuration when using
      deprecated configuration settings in WebContentGenerator.
      
      This change fixes those backwards compatibility issues for
      WebContentInterceptor users.
      
      Issue: SPR-13207
      ef0eb01f
    • S
      Investigate claims raised in SPR-13211 · 3c2efeec
      Sam Brannen 提交于
      This commit adds additional tests to RequestContextHolderTests that
      verify proper support for the MockHttpServletRequest managed by Spring
      MVC Test in the following scenarios:
      
      - request-scoped service invoked by controller
      - session-scoped service invoked by controller
      - custom filter that sets request attributes
      
      Issue: SPR-13211
      3c2efeec
    • R
      Improve STOMP section of documentation · 66791200
      Rossen Stoyanchev 提交于
      Issue: SPR-12579
      66791200
    • J
      Explicit notes for load-time weaving on Tomcat 7.0.63+ and WildFly 9 · 08fb6257
      Juergen Hoeller 提交于
      Issue: SPR-13210
      08fb6257
    • S
      Update RequestContextHolderTests · 5e24ee9b
      Sam Brannen 提交于
      This commit refactors RequestContextHolderTests in preparation for the
      work to be done in SPR-13211.
      
      Issue: SPR-13211
      5e24ee9b
    • S
      Polishing · 50bed38a
      Sam Brannen 提交于
      50bed38a
    • R
      Suggest use of @Primary for JSR-303 with Spring MVC · 6890e65d
      Rossen Stoyanchev 提交于
      A note is added to suggest the use of @Primary with a
      LocalValidatorFactory bean next to the MVC Java config.
      
      Issue: SPR-12194
      6890e65d
    • R
      Refactor Spring MVC related conversion/validation docs · 726a47dd
      Rossen Stoyanchev 提交于
      Conversion and validation documentation related to Spring MVC is now
      consolidated in the Spring MVC chapter with references to and from
      the Validation and Data Binding chapter.
      
      Examples have been updated to include MVC Java config as well.
      726a47dd
  2. 07 7月, 2015 21 次提交
  3. 06 7月, 2015 4 次提交
  4. 04 7月, 2015 3 次提交
  5. 03 7月, 2015 4 次提交