You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/ServerProperties.java
+5-1
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,11 @@ public class ServerProperties {
102
102
privateStringserverHeader;
103
103
104
104
/**
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
0 commit comments