I encountered an issue in the project related to form submissions, where the number of keys exceeded Jetty's default limit of 1000. I found that there's no way to configure this parameter in the Spring Boot configuration file.

Although I achieved my goal by setting org.eclipse.jetty.server.Request.maxFormKeys, it doesn't feel like an ideal solution. May I submit a PR to add this configuration option?

Comment From: pivotal-cla

@qingbozhang Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@qingbozhang Thank you for signing the Contributor License Agreement!

Comment From: qingbozhang

Hi I’d appreciate a review when you have a moment. Thanks!

Comment From: wilkinsona

We're a small team with many different priorities. Expecting a review within two days of opening a PR isn't realistic. Someone will review this when we have time. Thank you for your patience in the meantime.

Comment From: qingbozhang

OK, thank you

Comment From: qingbozhang

Thanks for the PR, please review the comments when time permits.

Thanks for the feedback! I've made the suggested changes. Please let me know if anything else is needed.

Comment From: philwebb

Thanks very much @qingbozhang