1. 31 5月, 2015 1 次提交
  2. 12 5月, 2012 1 次提交
    • R
      Prevent response updates if @ResponseStatus has reason · d52fc3bd
      Rossen Stoyanchev 提交于
      When @ResponseStatus has a reason and servletResponse.sendError() is
      called, the response is committed and should no longer be written to.
      After this change, the ServletInvocableHandlerMethod will mark the
      response fully handled and will ignore any non-null return values.
      
      Issue: SPR-9159
      d52fc3bd
  3. 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
  4. 31 7月, 2009 1 次提交
  5. 22 4月, 2009 1 次提交
  6. 28 3月, 2009 1 次提交
  7. 23 3月, 2009 3 次提交
  8. 22 3月, 2009 1 次提交
  9. 19 2月, 2009 1 次提交
  10. 27 10月, 2008 1 次提交
  11. 23 10月, 2008 2 次提交
  12. 22 10月, 2008 1 次提交