Skip to content

Setting server.undertow.eager-filter-init has no effect #23675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wilkinsona opened this issue Oct 13, 2020 · 0 comments
Closed

Setting server.undertow.eager-filter-init has no effect #23675

wilkinsona opened this issue Oct 13, 2020 · 0 comments
Assignees
Labels
type: bug A general bug
Milestone

Comments

@wilkinsona
Copy link
Member

The configuration property isn't mapped onto the factory so setting it has no effect. It should be done by UndertowServletWebServerFactoryCustomizer but a bean for it is only defined in the management context at the moment. The customizer should also be configuring the factory rather than using a deployment info customizer.

@wilkinsona wilkinsona added the type: bug A general bug label Oct 13, 2020
@wilkinsona wilkinsona added this to the 2.2.x milestone Oct 13, 2020
@wilkinsona wilkinsona self-assigned this Oct 13, 2020
@wilkinsona wilkinsona modified the milestones: 2.2.x, 2.2.11 Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant