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. 14 10月, 2014 8 次提交
  3. 13 10月, 2014 3 次提交
  4. 11 10月, 2014 2 次提交
  5. 08 10月, 2014 5 次提交
  6. 07 10月, 2014 11 次提交
  7. 06 10月, 2014 3 次提交
  8. 04 10月, 2014 3 次提交
  9. 03 10月, 2014 1 次提交
  10. 02 10月, 2014 2 次提交