You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: