1. 22 3月, 2019 1 次提交
  2. 28 6月, 2018 1 次提交
  3. 25 1月, 2018 1 次提交
    • J
      ServletServerHttpRequest.getURI() ignores malformed query string · 0e6f8df0
      Juergen Hoeller 提交于
      The resolved URI instance is also being cached now. This should not make a difference in a real Servlet environment but does affect tests which assumed they could modify an HttpServletRequest path behind a pre-created ServletServerHttpRequest instance. Our WebSocket test base class has been revised accordingly, re-creating the ServletServerHttpRequest in such a case.
      
      Issue: SPR-16414
      0e6f8df0
  4. 20 7月, 2016 1 次提交
  5. 09 4月, 2016 1 次提交
  6. 21 1月, 2016 2 次提交
  7. 14 10月, 2014 1 次提交
  8. 14 8月, 2013 1 次提交
  9. 03 8月, 2013 1 次提交
  10. 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
  11. 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
  12. 13 9月, 2011 1 次提交
  13. 03 1月, 2011 2 次提交
  14. 18 5月, 2010 1 次提交
  15. 24 2月, 2009 1 次提交
  16. 23 2月, 2009 1 次提交