Skip to content

Relocate WebServer-specific WebServerFactoryCustomizer implementations #44067

Open
@wilkinsona

Description

@wilkinsona

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

status: pending-design-workNeeds design work before any code can be developedtheme: structureIssues related to the structure of the project and its codetype: taskA general task

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions