1. 25 11月, 2015 1 次提交
    • B
      Flush of underlying response in ContentCachingResponseWrapper · 9d9433a6
      Brian Clozel 提交于
      Prior to this commit, when adding a ShallowEtagHeaderFilter to an
      application, the ServletResponse would be wrapped by a
      ContentCachingResponseWrapper. When any part of the Spring
      infrastructure calls `flushBuffer` on the wrapped response, the call is
      delegated to the actual response, which is committed. It's not possible
      to alter the response (headers, content) anymore - the ETag filter can't
      act.
      
      This change prevents the `flushBuffer` call to be delegated and only
      commits the underlying response once the cached content is copied to the
      actual response stream.
      
      Issue: SPR-13717
      9d9433a6
  2. 24 11月, 2015 4 次提交
  3. 23 11月, 2015 2 次提交
  4. 18 11月, 2015 1 次提交
  5. 17 11月, 2015 5 次提交
  6. 16 11月, 2015 2 次提交
  7. 15 11月, 2015 2 次提交
  8. 14 11月, 2015 4 次提交
  9. 13 11月, 2015 5 次提交
  10. 12 11月, 2015 10 次提交
  11. 11 11月, 2015 4 次提交