Relocate WebServer-specific WebServerFactoryCustomizer implementations #44067
Labels
status: pending-design-work
Needs design work before any code can be developed
theme: structure
Issues related to the structure of the project and its code
type: task
A general task
Milestone
TomcatServletWebServerFactoryCustomizer
andUndertowServletWebServerFactoryCustomizer
are both currently inorg.springframework.boot.autoconfigure.web.servlet
and they apply Undertow- and Tomcat-specific server properties respectively. SimilarlyTomcatReactiveWebServerFactoryCustomizer
is currently inorg.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.
The text was updated successfully, but these errors were encountered: