1. 10 2月, 2018 5 次提交
  2. 09 2月, 2018 13 次提交
  3. 08 2月, 2018 1 次提交
  4. 07 2月, 2018 8 次提交
  5. 06 2月, 2018 5 次提交
  6. 05 2月, 2018 1 次提交
    • S
      Improve WebFlux exception logging · 196f3f8c
      sdeleuze 提交于
      This commit updates HttpWebHandlerAdapter and
      ResponseStatusExceptionHandler in order to specify the method/uri in the
      logged message.
      
      It also logs a WARN message for bad request (400) HTTP responses in
      order to get some logs when an exception is thrown due to client error
      (unable to deserialize request body for example).
      
      Issue: SPR-16447
      196f3f8c
  7. 04 2月, 2018 2 次提交
  8. 03 2月, 2018 2 次提交
    • R
      Polish · f20eacdb
      Rossen Stoyanchev 提交于
      f20eacdb
    • R
      MockHttpServletRequestBuilder decodes pathInfo · 0cd427bd
      Rob Winch 提交于
      Previously MockHttpServletRequestBuilder calculated the pathInfo from the
      provided URL without decoding the value. This meant that the pathInfo
      incorrectly included URL encoded values.
      
      Now MockHttpServletRequestBuilder properly decodes the pathInfo.
      
      Fixes: SPR-16453
      0cd427bd
  9. 02 2月, 2018 3 次提交