1. 14 2月, 2014 4 次提交
  2. 13 2月, 2014 14 次提交
  3. 12 2月, 2014 9 次提交
  4. 11 2月, 2014 2 次提交
    • R
      Fix issue w/ use of UrlPathHelper's urlDecode property · 12598f85
      Rossen Stoyanchev 提交于
      Before this change the getPathWithinServletMapping method of
      UrlPathHelper could not work properly when a default servlet mapping
      (i.e. "/") was used in combination with urlDecode=false. The fact that
      the getServletPath() method of HttpServletRequest always returns a
      decoded path was getting in the way.
      
      Although there is no way to check Servlet mappings through the Servlet
      API, this change aims to detect the given scenario and returns the full
      path following the context path thus avoiding URL decoding.
      
      Note that the same can be achieved by setting urlDecode=false and
      alwaysUseFullPath=true. However this change ensures that urlDecode
      works properly without having to know that.
      
      Issue: SPR-11101
      12598f85
    • R
      Update javadoc to conform to JDK8 styling · 14616a44
      Rob Winch 提交于
      Issue: SPR-11412
      14616a44
  5. 10 2月, 2014 3 次提交
  6. 09 2月, 2014 6 次提交
  7. 08 2月, 2014 2 次提交