Allow repeatable writes in FormHttpMessageConverter#writeMultipart #34859
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: waiting-for-triage
An issue we've not yet triaged or decided on
Uh oh!
There was an error while loading. Please reload this page.
The
FormHttpMessageConverter#writeMultipart
method should support repeatable bodies, rather than only supporting single-write. TodayStreamingHttpOutputMessage.Body#repeatable
returnsfalse
, by default.FormHttpMessageConverter#writeForm
got support for repeatable writes in6dd93d4
Continuation of #31449 (comment)
The text was updated successfully, but these errors were encountered: