1. 26 7月, 2018 3 次提交
  2. 25 7月, 2018 7 次提交
  3. 24 7月, 2018 6 次提交
  4. 23 7月, 2018 2 次提交
  5. 21 7月, 2018 2 次提交
    • J
      Correctly determine and propagate validation hints to DataBinder · 192113de
      Juergen Hoeller 提交于
      Issue: SPR-17073
      
      (cherry picked from commit 3c65c170)
      192113de
    • B
      Switch order of multipart Content-Type directives · f89511e7
      Brian Clozel 提交于
      Since SPR-15205, the `FormHttpMessageConverter` is adding a `charset`
      directive to the `Content-Type` request header in order to help servers
      understand which charset is being used to encode headers of each part.
      
      As reported in SPR-17030 and others, some servers are not parsing
      properly such header values and assume that `boundary` is the last
      directive in the `Content-Type` header.
      
      This commit reorders the charset information right before the boundary
      declaration to get around those issues.
      
      Issue: SPR-17030
      (Cherry-picked from 390bb871)
      f89511e7
  6. 20 7月, 2018 5 次提交
  7. 19 7月, 2018 6 次提交
  8. 18 7月, 2018 9 次提交