Polish "Align max HTTP header size configuration"
Closes gh-14234
This commit is contained in:
@@ -265,7 +265,6 @@ content into your application. Rather, pick only the properties that you need.
|
||||
172\\.2[0-9]{1}\\.\\d{1,3}\\.\\d{1,3}|\\
|
||||
172\\.3[0-1]{1}\\.\\d{1,3}\\.\\d{1,3} # Regular expression matching trusted IP addresses.
|
||||
server.tomcat.max-connections=0 # Maximum number of connections that the server accepts and processes at any given time.
|
||||
server.tomcat.max-http-header-size=0 # Maximum size, in bytes, of the HTTP message header. Deprecated, use server.max-http-header-size instead.
|
||||
server.tomcat.max-http-post-size=0 # Maximum size, in bytes, of the HTTP post content.
|
||||
server.tomcat.max-swallow-size=2MB # Maximum amount of request body to swallow.
|
||||
server.tomcat.max-threads=0 # Maximum number of worker threads.
|
||||
|
||||
Reference in New Issue
Block a user