Skip to content

UndertowWebServerFactoryCustomizer does not support Options but only UndertowOptions #22502

@tjuchniewicz

Description

@tjuchniewicz

UndertowWebServerFactoryCustomizer can map properties from:

  • server.undertow.options.server.*
  • server.undertow.options.socket.*
    into:
  • builder.setSocketOption(...)
  • builder.setSocketOption(...)

but it does not support org.xnio.Options but only UndertowOptions, see: https://github.com/spring-projects/spring-boot/blob/master/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/web/embedded/UndertowWebServerFactoryCustomizer.java#L141

To use builder.setSocketOption(...) we need properties from org.xnio.Options.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions