@ -478,9 +478,9 @@ public class WebFluxConfigurationSupport implements ApplicationContextAware {
@@ -478,9 +478,9 @@ public class WebFluxConfigurationSupport implements ApplicationContextAware {
try{
service=newHandshakeWebSocketService();
}
catch(IllegalStateExceptionex){
catch(Throwableex){
// Don't fail, test environment perhaps
service=newNoUpgradeStrategyWebSocketService();
service=newNoUpgradeStrategyWebSocketService(ex);
}
}
returnservice;
@ -578,9 +578,15 @@ public class WebFluxConfigurationSupport implements ApplicationContextAware {
@@ -578,9 +578,15 @@ public class WebFluxConfigurationSupport implements ApplicationContextAware {