spring-projects / spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
https://spring.io/projects/spring-boot
Apache License 2.0
75.4k stars 40.74k forks source link

Add a configuration property to customize Jetty's max form keys #43280

Closed wilkinsona closed 2 days ago

wilkinsona commented 3 days ago

This is similar to the existing server.undertow.max-parameters property and the proposed max-parameter-count property for Tomcat.

quaff commented 3 days ago

It's already fixed by https://github.com/spring-projects/spring-boot/commit/58a1b2bea5d6d528c08631e152dd13fcb0762f1c, am I missing something?

wilkinsona commented 2 days ago

Oops. Nope, it's me that's missing something. Thanks, @quaff.