I have created a new Springboot websocket app and booting it results in the following message being written to the console every two seconds.
Invalid SockJS path '/userToken/info' - required to have 3 path segments
Invalid SockJS path '/userToken/info' - required to have 3 path segments
Invalid SockJS path '/userToken/info' - required to have 3 path segments
I do not have any security dependencies in my POM, yet it appears to be a security issue? Has anyone seen this?