1. 03 12月, 2013 1 次提交
  2. 23 8月, 2013 1 次提交
  3. 23 7月, 2013 2 次提交
  4. 10 5月, 2013 1 次提交
    • R
      Add servletRelativeAction form tag attribute · c0cacfcd
      Rossen Stoyanchev 提交于
      A recent change in FormTag to prepend the context and servlet paths if
      not present, causes issues when used in portlet applications.
      This change introduces a servletRelativeAction form tag attribute that
      must be used for the context and servlet paths to be prepended.
      
      Issue: SPR-10382
      c0cacfcd
  5. 18 5月, 2012 1 次提交
  6. 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