We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ApplicationContextServerWebExchangeMatcher#createContext has a misleading exception message when the ApplicationContext on a ServerWebExchange is null
ApplicationContextServerWebExchangeMatcher#createContext
ApplicationContext
ServerWebExchange
null
No WebApplicationContext found.
The reason why it's misleading is that WebApplicationContext is the base contract for Spring MVC.
WebApplicationContext