Skip to content

Commit a66a74b

Browse files
authored
Tomcat 10.1.42 introduced limits for part count and header size in multipart/form-data requests
1 parent 54b0808 commit a66a74b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

grails-doc/src/en/guide/upgrading/upgrading60x.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,12 @@ Once a compatible container runtime is installed, no additional configuration is
312312
2. The container will be configured to launch a browser capable of accessing your application under test.
313313

314314
With this setup, you gain the benefits of containerized testing, such as isolation, reproducibility, and reduced setup complexity.
315+
316+
===== 12.10 Tomcat 10.1.42 introduced limits for part count and header size in multipart/form-data requests
317+
318+
These limits can be customized using `server.tomcat.max-part-count` and `server.tomcat.max-part-header-size` respectively.
319+
320+
`server.tomcat.max-part-count` default is 10
321+
`server.tomcat.max-part-header-size` defalt is 512B
322+
323+
https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-properties.server.server.tomcat.max-part-count[Spring Boot Common Application Properties]

0 commit comments

Comments
 (0)