Files
spring-boot/spring-boot-project
Brian Clozel 67c5d10051 Process multipart properties for PartEvent support
Prior to this commit, some properties in the `spring.webflux.multipart`
namespace were ignored for the streaming use case because those were not
supported in streaming mode with `PartEvent`.

As of Spring Framework 6.1, the `max-parts` and
`max-disk-usage-per-part` properties can be supported and this commit
maps those properties accordingly.

Fixes gh-37642
2023-11-10 11:36:13 +01:00
..
2023-10-31 10:23:13 +01:00
2023-11-10 11:25:38 +01:00
2023-11-05 13:34:21 -08:00
2023-10-25 10:22:05 +01:00
2023-11-08 09:53:53 +01:00