1. 21 1月, 2014 2 次提交
  2. 20 1月, 2014 1 次提交
  3. 18 1月, 2014 4 次提交
  4. 17 1月, 2014 5 次提交
    • S
      Improve logging in TransactionalTEL · 6e308513
      Sam Brannen 提交于
      This commit makes the logging in TransactionalTestExecutionListener
      consistent for both starting and ending transactions. Specifically,
      the current TestContext is now included in the informational log
      statement when starting a new transaction.
      
      Issue: SPR-11323
      6e308513
    • B
      Make RequestMappingHandlerMapping xml config easier · 96b418cc
      Brian Clozel 提交于
      Prior to this commit, it was necessary to override
      the HandlerMapping definition to change properties
      like useSuffixPatternMatch, useSuffixPatternMatch...
      
      This commits adds new attributes on the
      mvc:annotation-driven XML tag that allows to configure
      such flags:
      * use-suffix-pattern-match
      * use-trailing-slash-match
      * use-registered-suffix-pattern-match
      
      Issue: SPR-10163
      96b418cc
    • R
      Write prelude on successive SockJS streaming requests · c1f3da08
      Rossen Stoyanchev 提交于
      sockjs-client expects a prelude to be written on every request with
      streaming transports. The protocol tests don't make this clear and
      don't expose this issue.
      
      The test case for SPR-11183 (writing 20K messages in succession) did
      expose the issue and this commit addresses it.
      
      Issue: SPR-11183
      c1f3da08
    • J
      Polishing · 6f5a7f65
      Juergen Hoeller 提交于
      6f5a7f65
    • J
      Introduced customizeConnection callbacks for URLConnection used by exists() /... · 4f45ad54
      Juergen Hoeller 提交于
      Introduced customizeConnection callbacks for URLConnection used by exists() / contentLength() / lastModified()
      
      Issue: SPR-11320
      4f45ad54
  5. 16 1月, 2014 13 次提交
  6. 15 1月, 2014 14 次提交
  7. 14 1月, 2014 1 次提交