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
One must ensure that this Handler is only called when the client is not requesting a protocol upgrade. However the comparison in the headers evaluation is case sensitive. Some reverse proxies and loadbalancers like AWS Application Loadbalancer tend to correct the actual content of the Connection header and supply it as lowercase. In this case, in order to be able to run both
The sample for the Spring Boot integration works fine.
However there is an issue with the WebSocket Handler class, in particular the way the http handler method is defined.
One must ensure that this Handler is only called when the client is not requesting a protocol upgrade. However the comparison in the headers evaluation is case sensitive. Some reverse proxies and loadbalancers like AWS Application Loadbalancer tend to correct the actual content of the Connection header and supply it as lowercase. In this case, in order to be able to run both
The text was updated successfully, but these errors were encountered: