-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Closed
Labels
theme: modularizationIssues related to the structure of the project and its codeIssues related to the structure of the project and its codetype: taskA general taskA general task
Milestone
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.
Metadata
Metadata
Assignees
Labels
theme: modularizationIssues related to the structure of the project and its codeIssues related to the structure of the project and its codetype: taskA general taskA general task