1. 15 10月, 2014 2 次提交
    • R
      Prepend leading slash in ResourceUrlProvider · 24d77f32
      Rossen Stoyanchev 提交于
      The getForRequestUrl method of ResourceUrlProvider uses the
      HandlerMapping.PATH_WITHIN_HANDLER_MAPPING_ATTRIBUTE attribute to
      determine the relevant portion of the resource URL path.
      
      However there are cases when that attribute may not have a leading
      (e.g. when the current URL was matched to a prefix-based pattern
      and hence extracted via PathMatcher#extractPathWithinPattern), which
      interferes with the matching of resource URL paths to patterns.
      
      This change ensures a leading slash is present
      
      Issue: SPR-12281
      24d77f32
    • R
      Polish resource handling tests · fa4ba2a8
      Rossen Stoyanchev 提交于
      fa4ba2a8
  2. 17 4月, 2014 1 次提交
    • R
      Expand static resource handling mechanism · 6cb9a144
      Rossen Stoyanchev 提交于
      An initial commit with expanded support for static resource handling:
      
      - Add ResourceResolver strategy for resolving a request to a Resource
        along with a few implementations.
      
      - Add PublicResourceUrlProvider to get URLs for client-side use.
      
      - Add ResourceUrlEncodingFilter and
        PublicResourceUrlProviderExposingInterceptor along with initial
        MVC Java config support.
      
      Issue: SPR-10933
      6cb9a144
  3. 08 10月, 2013 1 次提交
  4. 28 9月, 2013 1 次提交
  5. 20 7月, 2013 1 次提交
  6. 01 12月, 2012 1 次提交
    • R
      polish web.Mock* classpath · 149e6f64
      Rob Winch 提交于
      Previously when running the tests for spring-web, spring-webmvc,
      spring-test-mvc, and spring-orm there were possible collissions in the
      classpath due to the fact that each had its own copy of the web.Mock*
      classes in it. This causes uncertainty for which class the code was
      running against. Furthermore, the maintance of keeping the copies up to
      date was tedious.
      
      Now there are two copies of the web.Mock* classes. The ones that exist
      in spring-test main sources and a copy that supports servlet 3 within
      spring-web test sources. The copy in spring-web test sources has been
      moved to a new package to avoid having the classes exist twice on the
      classpath within Eclipse.
      149e6f64
  7. 02 5月, 2012 1 次提交
  8. 31 1月, 2012 1 次提交
    • C
      Rename modules {org.springframework.*=>spring-*} · 02a4473c
      Chris Beams 提交于
      This renaming more intuitively expresses the relationship between
      subprojects and the JAR artifacts they produce.
      
      Tracking history across these renames is possible, but it requires
      use of the --follow flag to `git log`, for example
      
          $ git log spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history up until the renaming event, where
      
          $ git log --follow spring-aop/src/main/java/org/springframework/aop/Advisor.java
      
      will show history for all changes to the file, before and after the
      renaming.
      
      See http://chrisbeams.com/git-diff-across-renamed-directories
      02a4473c
  9. 26 7月, 2011 1 次提交
  10. 25 7月, 2011 1 次提交
  11. 23 7月, 2011 1 次提交
  12. 18 7月, 2011 1 次提交
  13. 29 9月, 2010 1 次提交
  14. 09 8月, 2010 1 次提交
  15. 31 7月, 2010 1 次提交
  16. 29 7月, 2010 1 次提交
  17. 27 7月, 2010 1 次提交
  18. 23 6月, 2010 1 次提交