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
This pull request updates the `server.xml` configuration file for Tomcat
to include a new property, `maxHttpHeaderSize`, across multiple HTTP and
HTTPS connectors. This property is set to a default value of 8192 bytes,
with the ability to override it using the `CMS_MAX_HTTP_HEADER_SIZE`
environment variable.
Key changes to `server.xml`:
* Added `maxHttpHeaderSize="${CMS_MAX_HTTP_HEADER_SIZE:-8192}"` to the
HTTP connector configuration.
* Added `maxHttpHeaderSize="${CMS_MAX_HTTP_HEADER_SIZE:-8192}"` to the
HTTPS connector configuration.
[[1]](diffhunk://#diff-fc87979ef3adacc48c4fb30be5275119e5023899f83079295169cf5195e9de19R55)
[[2]](diffhunk://#diff-fc87979ef3adacc48c4fb30be5275119e5023899f83079295169cf5195e9de19R78)
[[3]](diffhunk://#diff-fc87979ef3adacc48c4fb30be5275119e5023899f83079295169cf5195e9de19R104)
0 commit comments