Skip to content

Commit 7cc0344

Browse files
committed
Merge branch '3.2.x' into 3.3.x
Closes gh-42789
2 parents 0fbaf8f + 74d13d3 commit 7cc0344

File tree

1 file changed

+5
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web

1 file changed

+5
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java

+5-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,11 @@ public class ServerProperties {
102102
private String serverHeader;
103103

104104
/**
105-
* Maximum size of the HTTP request header.
105+
* Maximum size of the HTTP request header. Refer to the documentation for your chosen
106+
* embedded server for details of exactly how this limit is applied. For example,
107+
* Netty applies the limit separately to each individual header in the request whereas
108+
* Tomcat applies the limit to the combined size of the request line and all of the
109+
* header names and values in the request.
106110
*/
107111
private DataSize maxHttpRequestHeaderSize = DataSize.ofKilobytes(8);
108112

0 commit comments

Comments
 (0)