mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 02:49:03 +00:00
This commit deprecates `server.max-http-post-size` and introduces a dedicated property for each supported container. In particular, Undertow can now define a max size higher than 2GB. Closes gh-7362