mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d9d8a79c30
This change deprecates the maxRequestSize property and adds maxResponseSize instead. The latter is required to create Netty's HttpObjectAggregator and aggregates responses. The maxRequestSize property is already removed in the master branch and will not be available starting with 4.2. Issue: SPR-12623