79702208

Date: 2025-07-15 14:18:00
Score: 2
Natty:
Report link

Did you recently update to Spring Boot 3.5.1 or Tomcat 10.1? If so, this might be related to stricter limits for multipart requests.

You can change the limit (e.g. from 10 to 30) by setting the following property:

server:
  tomcat:
    max-part-count: 30

OR

server.tomcat.max-part-count=30

See https://github.com/spring-projects/spring-boot/releases/tag/v3.5.1

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: wahlnuss