mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Fix Jetty and Undertow customizers to restore Spring Boot 2.0 behavior where a negative or zero `max-http-header-size` indicates that the server default should be used. Closes gh-14986