1. 28 8月, 2013 1 次提交
  2. 27 8月, 2013 1 次提交
    • R
      Revise use of FilterChain in MockMvc · 072e5e84
      Rossen Stoyanchev 提交于
      MockFilterChain should not be re-used across requests. This is not an
      issue unless tests are executed concurrently. This change ensures the
      MockFilterChain is re-created for each request in MockMvc.
      
      Issue: SPR-10838
      072e5e84
  3. 23 8月, 2013 1 次提交
    • G
      Fix NPE in ResourceHttpMessageConverter · a17912d1
      Gabriel Axel 提交于
      ResourceHttpMessageConverter tries to use the filename to determine the
      media type, but for Resource implementations such as ByteArrayResource
      it is null, which causes NullPointerException. The fix checks whether
      getFilename returns null before attempting to determine the media type
      by it.
      
      Issue: SPR-10848
      a17912d1
  4. 21 8月, 2013 1 次提交
  5. 14 8月, 2013 1 次提交
  6. 13 8月, 2013 1 次提交
  7. 12 8月, 2013 1 次提交
  8. 09 8月, 2013 1 次提交
    • A
      Added XStream CatchAllConverter · 96f5314d
      Arjen Poutsma 提交于
      Added XStream CatchAllConverter that supports all classes, but throws
      exceptions for (un)marshalling.
      
      Main purpose of this class is to register this converter as a catchall
      last converter with a normal or higher priority in addition to
      converters that explicitly  support the domain classes that should be
      supported. As a result, default XStream  converters with lower
      priorities and possible security vulnerabilities do not get invoked.
      
      Issue: SPR-10821
      96f5314d
  9. 08 8月, 2013 1 次提交
  10. 07 8月, 2013 5 次提交
  11. 06 8月, 2013 10 次提交
  12. 01 8月, 2013 7 次提交
  13. 31 7月, 2013 9 次提交