Open
Description
TomcatServletWebServerFactoryCustomizer
and UndertowServletWebServerFactoryCustomizer
are both currently in org.springframework.boot.autoconfigure.web.servlet
and they apply Undertow- and Tomcat-specific server properties respectively. Similarly TomcatReactiveWebServerFactoryCustomizer
is currently in org.springframework.boot.autoconfigure.web.reactive
and applies Tomcat-specific server properties.
As a follow-on from #44064, these server-specific customisers should move into packages that are server-specific. We'll need to figure out if we want a package per supported web server or if we want servlet and reactive sub-packages.