Browse Source
Spring 3.2.2 introduced a change to avoid closing the response stream in HttpMessageConverters (SPR-10095). However, the InputStream of resources being written, for example as part of a multi-part request should be closed. This change ensures that. Issue: SPR-10460pull/283/merge
1 changed files with 11 additions and 1 deletions
Loading…
Reference in new issue